1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- allow users override JAVA_VENDOR

- set OpenOffice Vendor in About-dialog
PR:		152262
Approved by:	(maintainer timeout)
This commit is contained in:
Dirk Meyer 2010-12-15 18:47:40 +00:00
parent c9a46498c6
commit 2e8c7d58a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266359
2 changed files with 4 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \