diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-12-15 18:47:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-12-15 18:47:40 +0000 |
commit | 2e8c7d58a4df14e67f4ba324241ccee1b52371a9 (patch) | |
tree | df14de78157f525f776b1064652e367f476db176 | |
parent | c9a46498c6ad7483514989af700bdce2e10cd2b0 (diff) |
Notes
-rw-r--r-- | editors/openoffice-3/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice.org-3/Makefile | 3 |
2 files changed, 4 insertions, 2 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 \ 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 \ |