svn commit: r371639 - head/editors/libreoffice

Jung-uk Kim jkim at FreeBSD.org
Tue Oct 28 17:49:10 UTC 2014


Author: jkim
Date: Tue Oct 28 17:49:09 2014
New Revision: 371639
URL: https://svnweb.freebsd.org/changeset/ports/371639
QAT: https://qat.redports.org/buildarchive/r371639/

Log:
  LibreOffice works fine with Java 7 and later.
  
  PR:	194667

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Tue Oct 28 15:18:39 2014	(r371638)
+++ head/editors/libreoffice/Makefile	Tue Oct 28 17:49:09 2014	(r371639)
@@ -239,7 +239,6 @@ JAVA_CONFIGURE_OFF=	--without-java
 # LibreOffice works only with Java 6 -- which may not be the default
 # if you specify the JAVA_VENDOR variable
 JAVA_BUILD=	yes
-JAVA_VERSION=	1.6
 JAVA_USE=	JAVA=yes
 
 KDE4_USE=	KDE4=kdelibs QT4=moc_build QT4=qmake_build


More information about the svn-ports-all mailing list