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 1d02fa783c9a..072aa4baf065 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/Makefile @@ -49,9 +49,9 @@ ONLY_FOR_ARCHS= i386 .if !defined(WITHOUT_JAVA) && !defined(WITH_GNUGCJ) USE_JAVA= yes -JAVA_VERSION= 1.4 +JAVA_VERSION= 1.4+ JAVA_BUILD= jdk -JAVA_VENDOR= bsdjava +JAVA_VENDOR= freebsd bsdjava .endif .include <bsd.port.pre.mk> |