aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-04-26 08:01:13 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-04-26 08:01:13 +0000
commit998fed784b4e2985891cf7cd467b01417bf57063 (patch)
tree77b566a46330ee6ddd8dfeb7397f68727d3cd52b /editors/openoffice.org-2-RC/Makefile
parent18385b65b2700d10db54f467ae58e32d88460aee (diff)
downloadports-998fed784b4e2985891cf7cd467b01417bf57063.tar.gz
ports-998fed784b4e2985891cf7cd467b01417bf57063.zip
Notes
Diffstat (limited to 'editors/openoffice.org-2-RC/Makefile')
-rw-r--r--editors/openoffice.org-2-RC/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile
index acbe05df80dc..538bc9a6e450 100644
--- a/editors/openoffice.org-2-RC/Makefile
+++ b/editors/openoffice.org-2-RC/Makefile
@@ -55,7 +55,11 @@ WITHOUT_CPU_CFLAGS= true
USE_JAVA= yes
JAVA_BUILD= jdk
+.if (${OSVERSION} >= 800000)
+JAVA_VENDOR= bsdjava
+.else
JAVA_VENDOR= freebsd bsdjava
+.endif
.if (${OSVERSION} >= 700000)
JAVA_VERSION= 1.5
.else