summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-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.org-3
parentPR: 153166 (diff)
- allow users override JAVA_VENDOR
- set OpenOffice Vendor in About-dialog PR: 152262 Approved by: (maintainer timeout)
Notes
Notes: svn path=/head/; revision=266359
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r--editors/openoffice.org-3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile
index ee64c6f4eb65..c63d0ed7143d 100644
--- a/editors/openoffice.org-3/Makefile
+++ b/editors/openoffice.org-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 \