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