summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1/files/Makefile.knobs
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-05-28 10:03:53 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-05-28 10:03:53 +0000
commit59fb453cd6db6ea3a7fa8c858dedba27ae60e9f1 (patch)
treecca88f8713882b23fe86dd68d9da88beca6b3885 /editors/openoffice.org-1.1/files/Makefile.knobs
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 '')
-rw-r--r--editors/openoffice.org-1.1/files/Makefile.knobs18
1 files changed, 9 insertions, 9 deletions
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"