summaryrefslogtreecommitdiff
path: root/editors/openoffice-2.0-devel/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-02-09 08:22:56 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-02-09 08:22:56 +0000
commitc1e520cd10bea70704f741627b022e0b47106481 (patch)
tree84a7aba66da621eb39b1e673dd68f59fbebc2069 /editors/openoffice-2.0-devel/files
parent- Update to 1.4 (diff)
editors/OpenOffice-2.0-devel ignores -DWITHOUT_JAVA
PR: 77286 Submitted by: adamw
Notes
Notes: svn path=/head/; revision=128345
Diffstat (limited to 'editors/openoffice-2.0-devel/files')
-rw-r--r--editors/openoffice-2.0-devel/files/Makefile.knobs2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-2.0-devel/files/Makefile.knobs b/editors/openoffice-2.0-devel/files/Makefile.knobs
index db2eb168ea81..168c0024b0d5 100644
--- a/editors/openoffice-2.0-devel/files/Makefile.knobs
+++ b/editors/openoffice-2.0-devel/files/Makefile.knobs
@@ -3,7 +3,7 @@
# $FreeBSD$
.if defined(WITHOUT_JAVA)
-CONFIGURE_ARGS+= --disable-java
+CONFIGURE_ARGS+= --without-java
.else
CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home=${LOCALBASE}/ant
.endif