diff options
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 10 | ||||
-rw-r--r-- | editors/openoffice.org-1.1-devel/files/Makefile.knobs | 20 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 10 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/files/Makefile.knobs | 18 |
4 files changed, 29 insertions, 29 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index cd45a413faba..eb4f87da4d06 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -53,12 +53,12 @@ WITHOUT_CPU_CFLAGS= true ONLY_FOR_ARCHS= i386 -.if !defined(WITHOUT_JAVA) +#.if !defined(WITHOUT_JAVA) USE_JAVA= yes JAVA_VERSION= 1.4 JAVA_BUILD= jdk JAVA_VENDOR= bsdjava -.endif +#.endif .include <bsd.port.pre.mk> .include <${FILESDIR}/Makefile.localized> @@ -125,9 +125,9 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ gcp:${PORTSDIR}/sysutils/coreutils \ imake:${X_IMAKE_PORT} -.if defined(WITHOUT_JAVA) -LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt -.endif +#.if defined(WITHOUT_JAVA) +#LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt +#.endif .if !defined(WITH_GPC) LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2 .endif diff --git a/editors/openoffice.org-1.1-devel/files/Makefile.knobs b/editors/openoffice.org-1.1-devel/files/Makefile.knobs index 34c486abf747..c6f11485627b 100644 --- a/editors/openoffice.org-1.1-devel/files/Makefile.knobs +++ b/editors/openoffice.org-1.1-devel/files/Makefile.knobs @@ -1,12 +1,12 @@ # Makefile for knobs # Whom: Maho Nakata <maho@FreeBSD.org> -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1-devel/files/Attic/Makefile.knobs,v 1.4 2005-10-31 07:34:44 maho Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1-devel/files/Attic/Makefile.knobs,v 1.5 2006-05-28 10:03:53 maho Exp $ -.if defined(WITHOUT_JAVA) -CONFIGURE_ARGS+= --disable-java -.else +#.if defined(WITHOUT_JAVA) +#CONFIGURE_ARGS+= --disable-java +#.else CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" -.endif +#.endif .if !defined(WITH_GPC) CONFIGURE_ARGS+= --enable-libart @@ -77,11 +77,11 @@ pre-fetch: @${ECHO} "sl-SI sv th tn tr we zh-CN zh-TW zu" @${ECHO} .endif -.if !defined(WITHOUT_JAVA) - @${ECHO} - @${ECHO} "You can compile OOo without Java support by" - @${ECHO} "make -DWITHOUT_JAVA" -.endif +#.if !defined(WITHOUT_JAVA) +# @${ECHO} +# @${ECHO} "You can compile OOo without Java support by" +# @${ECHO} "make -DWITHOUT_JAVA" +#.endif .if !defined(WITH_GPC) @${ECHO} @${ECHO} "You can compile OOo with gpc instead of libart by" diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 108e45e46ec0..7ac32bdd8c38 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -55,12 +55,12 @@ WITHOUT_CPU_CFLAGS= true ONLY_FOR_ARCHS= i386 -.if !defined(WITHOUT_JAVA) +#.if !defined(WITHOUT_JAVA) USE_JAVA= yes JAVA_VERSION= 1.4 JAVA_BUILD= jdk JAVA_VENDOR= bsdjava -.endif +#.endif .include <bsd.port.pre.mk> .include <${FILESDIR}/Makefile.localized> @@ -125,9 +125,9 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ gcp:${PORTSDIR}/sysutils/coreutils \ imake:${X_IMAKE_PORT} -.if defined(WITHOUT_JAVA) -LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt -.endif +#.if defined(WITHOUT_JAVA) +#LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt +#.endif .if !defined(WITH_GPC) LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2 .endif diff --git a/editors/openoffice.org-1.1/files/Makefile.knobs b/editors/openoffice.org-1.1/files/Makefile.knobs index c33a2a9d7f47..0d25b5a75cfb 100644 --- a/editors/openoffice.org-1.1/files/Makefile.knobs +++ b/editors/openoffice.org-1.1/files/Makefile.knobs @@ -2,11 +2,11 @@ # Whom: Maho Nakata <maho@FreeBSD.org> # $FreeBSD$ -.if defined(WITHOUT_JAVA) -CONFIGURE_ARGS+= --disable-java -.else +#.if defined(WITHOUT_JAVA) +#CONFIGURE_ARGS+= --disable-java +#.else CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" -.endif +#.endif .if !defined(WITH_GPC) CONFIGURE_ARGS+= --enable-libart @@ -77,11 +77,11 @@ pre-fetch: @${ECHO} "sl-SI sv th tn tr we zh-CN zh-TW zu" @${ECHO} .endif -.if !defined(WITHOUT_JAVA) - @${ECHO} - @${ECHO} "You can compile OOo without Java support by" - @${ECHO} "make -DWITHOUT_JAVA" -.endif +#.if !defined(WITHOUT_JAVA) +# @${ECHO} +# @${ECHO} "You can compile OOo without Java support by" +# @${ECHO} "make -DWITHOUT_JAVA" +#.endif .if !defined(WITH_GPC) @${ECHO} @${ECHO} "You can compile OOo with gpc instead of libart by" |