diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-03-19 04:31:38 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-03-19 04:31:38 +0000 |
commit | 952b5ad296fa3f2e41fb86b5e5ce29c2a1c3a3ba (patch) | |
tree | 0bfe7666fd6ccc35d43ec6b8c3cda3343a1f14d6 /editors/openoffice-1.1 | |
parent | 17dfa2daa688d2309fe053379a708a0fbc942cd1 (diff) |
Notes
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index 9a5d69dea1c5..01d8bbc6d451 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -154,7 +154,7 @@ DISPLAYHACK=localhost:1001 CONFIGURE_ENV= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ PTHREAD_LIBS=${PTHREAD_LIBS} -CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --enable-mozilla=no +CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --enable-mozilla=no --with-jdk-home=${JDKDIR} .if defined(WITH_DEBUG) .if ${WITH_DEBUG} == 2 |