From c13302903110ab1952284e055508b16ea3d9985a Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 23 Aug 2008 05:07:40 +0000 Subject: JDK 1.6 support. Builds were verified on FBSD6/i386. --- editors/openoffice-3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/openoffice-3') 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> -- cgit v1.2.3