aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-12-15 18:47:40 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-12-15 18:47:40 +0000
commit2e8c7d58a4df14e67f4ba324241ccee1b52371a9 (patch)
treedf14de78157f525f776b1064652e367f476db176 /editors/openoffice-3
parentc9a46498c6ad7483514989af700bdce2e10cd2b0 (diff)
Notes
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r--editors/openoffice-3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile
index ee64c6f4eb65..c63d0ed7143d 100644
--- a/editors/openoffice-3/Makefile
+++ b/editors/openoffice-3/Makefile
@@ -58,7 +58,7 @@ MAKE_JOBS_SAFE= yes
USE_JAVA= yes
JAVA_BUILD= jdk
-JAVA_VENDOR= freebsd bsdjava openjdk
+JAVA_VENDOR?= freebsd bsdjava openjdk
.if (${OSVERSION} >= 700000)
JAVA_VERSION= 1.5 1.6
.else
@@ -143,6 +143,7 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \
--with-system-zlib \
--with-system-stdlibs \
--with-epm=internal \
+ --with-vendor=FreeBSD-port \
--enable-hids \
--enable-minimizer \
--enable-presenter-console \