diff options
Diffstat (limited to 'editors/openoffice.org-3/Makefile')
-rw-r--r-- | editors/openoffice.org-3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index d8157084a0bf..4cfc5fdde43b 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-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> |