diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-05-28 10:03:53 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-05-28 10:03:53 +0000 |
commit | 59fb453cd6db6ea3a7fa8c858dedba27ae60e9f1 (patch) | |
tree | cca88f8713882b23fe86dd68d9da88beca6b3885 /editors/openoffice.org-1.1-devel | |
parent | e6863fb31388b551896cbd57850d48e1a57b7097 (diff) | |
download | ports-59fb453cd6db6ea3a7fa8c858dedba27ae60e9f1.tar.gz ports-59fb453cd6db6ea3a7fa8c858dedba27ae60e9f1.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 10 | ||||
-rw-r--r-- | editors/openoffice.org-1.1-devel/files/Makefile.knobs | 20 |
2 files changed, 15 insertions, 15 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" |