aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2008-08-23 13:07:40 +0800
committermaho <maho@FreeBSD.org>2008-08-23 13:07:40 +0800
commitad35588fa254b501791ad48b18b44df60ffeecd8 (patch)
treec6a6fee992b2cfd253479b5b90b0ebe243b21099 /editors/openoffice-3
parent86c5f5def8420783094069a9e6e01476a23f2d17 (diff)
downloadfreebsd-ports-gnome-ad35588fa254b501791ad48b18b44df60ffeecd8.tar.gz
freebsd-ports-gnome-ad35588fa254b501791ad48b18b44df60ffeecd8.tar.zst
freebsd-ports-gnome-ad35588fa254b501791ad48b18b44df60ffeecd8.zip
JDK 1.6 support. Builds were verified on FBSD6/i386.
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r--editors/openoffice-3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile
index d8157084a0bf..4cfc5fdde43b 100644
--- a/editors/openoffice-3/Makefile
+++ b/editors/openoffice-3/Makefile
@@ -62,9 +62,9 @@ JAVA_VENDOR= bsdjava
JAVA_VENDOR= freebsd bsdjava
.endif
.if (${OSVERSION} >= 700000)
-JAVA_VERSION= 1.5
+JAVA_VERSION= 1.5 1.6
.else
-JAVA_VERSION= 1.4 1.5
+JAVA_VERSION= 1.4 1.5 1.6
.endif
.include <${FILESDIR}/Makefile.localized>