diff options
author | maho <maho@FreeBSD.org> | 2005-02-09 16:22:56 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-02-09 16:22:56 +0800 |
commit | 94a7dfcd4e28218171e8eb888cc13608a33fc64d (patch) | |
tree | aaa2247e39aa572fad6e5e8183a71a36861ccaf3 /editors/openoffice-3 | |
parent | 0e3ad9cfc1b351708f0b32c4a18dd48492878516 (diff) | |
download | freebsd-ports-gnome-94a7dfcd4e28218171e8eb888cc13608a33fc64d.tar.gz freebsd-ports-gnome-94a7dfcd4e28218171e8eb888cc13608a33fc64d.tar.zst freebsd-ports-gnome-94a7dfcd4e28218171e8eb888cc13608a33fc64d.zip |
editors/OpenOffice-2.0-devel ignores -DWITHOUT_JAVA
PR: 77286
Submitted by: adamw
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/files/Makefile.knobs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3/files/Makefile.knobs b/editors/openoffice-3/files/Makefile.knobs index db2eb168ea81..168c0024b0d5 100644 --- a/editors/openoffice-3/files/Makefile.knobs +++ b/editors/openoffice-3/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 |