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 | |
parent | 0e3ad9cfc1b351708f0b32c4a18dd48492878516 (diff) | |
download | freebsd-ports-graphics-94a7dfcd4e28218171e8eb888cc13608a33fc64d.tar.gz freebsd-ports-graphics-94a7dfcd4e28218171e8eb888cc13608a33fc64d.tar.zst freebsd-ports-graphics-94a7dfcd4e28218171e8eb888cc13608a33fc64d.zip |
editors/OpenOffice-2.0-devel ignores -DWITHOUT_JAVA
PR: 77286
Submitted by: adamw
12 files changed, 12 insertions, 12 deletions
diff --git a/editors/openoffice-2.0-devel/files/Makefile.knobs b/editors/openoffice-2.0-devel/files/Makefile.knobs index db2eb168ea8..168c0024b0d 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 diff --git a/editors/openoffice-3-devel/files/Makefile.knobs b/editors/openoffice-3-devel/files/Makefile.knobs index db2eb168ea8..168c0024b0d 100644 --- a/editors/openoffice-3-devel/files/Makefile.knobs +++ b/editors/openoffice-3-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 diff --git a/editors/openoffice-3/files/Makefile.knobs b/editors/openoffice-3/files/Makefile.knobs index db2eb168ea8..168c0024b0d 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 diff --git a/editors/openoffice.org-2-RC/files/Makefile.knobs b/editors/openoffice.org-2-RC/files/Makefile.knobs index db2eb168ea8..168c0024b0d 100644 --- a/editors/openoffice.org-2-RC/files/Makefile.knobs +++ b/editors/openoffice.org-2-RC/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 diff --git a/editors/openoffice.org-2-devel/files/Makefile.knobs b/editors/openoffice.org-2-devel/files/Makefile.knobs index db2eb168ea8..168c0024b0d 100644 --- a/editors/openoffice.org-2-devel/files/Makefile.knobs +++ b/editors/openoffice.org-2-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 diff --git a/editors/openoffice.org-2.0-devel/files/Makefile.knobs b/editors/openoffice.org-2.0-devel/files/Makefile.knobs index db2eb168ea8..168c0024b0d 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 diff --git a/editors/openoffice.org-2.0/files/Makefile.knobs b/editors/openoffice.org-2.0/files/Makefile.knobs index db2eb168ea8..168c0024b0d 100644 --- a/editors/openoffice.org-2.0/files/Makefile.knobs +++ b/editors/openoffice.org-2.0/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 diff --git a/editors/openoffice.org-2/files/Makefile.knobs b/editors/openoffice.org-2/files/Makefile.knobs index db2eb168ea8..168c0024b0d 100644 --- a/editors/openoffice.org-2/files/Makefile.knobs +++ b/editors/openoffice.org-2/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 diff --git a/editors/openoffice.org-3-RC/files/Makefile.knobs b/editors/openoffice.org-3-RC/files/Makefile.knobs index db2eb168ea8..168c0024b0d 100644 --- a/editors/openoffice.org-3-RC/files/Makefile.knobs +++ b/editors/openoffice.org-3-RC/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 diff --git a/editors/openoffice.org-3-devel/files/Makefile.knobs b/editors/openoffice.org-3-devel/files/Makefile.knobs index db2eb168ea8..168c0024b0d 100644 --- a/editors/openoffice.org-3-devel/files/Makefile.knobs +++ b/editors/openoffice.org-3-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 diff --git a/editors/openoffice.org-3/files/Makefile.knobs b/editors/openoffice.org-3/files/Makefile.knobs index db2eb168ea8..168c0024b0d 100644 --- a/editors/openoffice.org-3/files/Makefile.knobs +++ b/editors/openoffice.org-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 diff --git a/editors/openoffice.org-vcltesttool/files/Makefile.knobs b/editors/openoffice.org-vcltesttool/files/Makefile.knobs index db2eb168ea8..168c0024b0d 100644 --- a/editors/openoffice.org-vcltesttool/files/Makefile.knobs +++ b/editors/openoffice.org-vcltesttool/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 |