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/files | |
parent | - Enable build for 5.x (diff) |
Remove WITHOUT_JAVA knob.
PR: 94046
Submitted by: Nicolas Rachinsky <nicolas-0@ml.turing-complete.org>
Notes
Notes:
svn path=/head/; revision=163681
Diffstat (limited to 'editors/openoffice.org-1.1-devel/files')
-rw-r--r-- | editors/openoffice.org-1.1-devel/files/Makefile.knobs | 20 |
1 files changed, 10 insertions, 10 deletions
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" |