diff options
author | jkim <jkim@FreeBSD.org> | 2014-10-29 01:49:09 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2014-10-29 01:49:09 +0800 |
commit | e83f0db48fcd2ed67ee49fb598973d97d6273c81 (patch) | |
tree | 74330c2530687799ec4d04968b57e41f2cf791fc | |
parent | e62d3fd7a63c47f602313de2c71900df7c0412f5 (diff) | |
download | freebsd-ports-gnome-e83f0db48fcd2ed67ee49fb598973d97d6273c81.tar.gz freebsd-ports-gnome-e83f0db48fcd2ed67ee49fb598973d97d6273c81.tar.zst freebsd-ports-gnome-e83f0db48fcd2ed67ee49fb598973d97d6273c81.zip |
LibreOffice works fine with Java 7 and later.
PR: 194667
-rw-r--r-- | editors/libreoffice/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index b429f44814ea..e77eca540c5a 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -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 |