summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/Makefile.knobs
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.1-devel/files/Makefile.knobs')
-rw-r--r--editors/openoffice.org-1.1-devel/files/Makefile.knobs11
1 files changed, 10 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/Makefile.knobs b/editors/openoffice.org-1.1-devel/files/Makefile.knobs
index 394e5c6227d0..34c486abf747 100644
--- a/editors/openoffice.org-1.1-devel/files/Makefile.knobs
+++ b/editors/openoffice.org-1.1-devel/files/Makefile.knobs
@@ -1,6 +1,6 @@
# 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.3 2005-08-02 05:36:15 maho Exp $
+# $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 $
.if defined(WITHOUT_JAVA)
CONFIGURE_ARGS+= --disable-java
@@ -8,6 +8,10 @@ CONFIGURE_ARGS+= --disable-java
CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}"
.endif
+.if !defined(WITH_GPC)
+CONFIGURE_ARGS+= --enable-libart
+.endif
+
.if defined(WITHOUT_MOZILLA)
CONFIGURE_ARGS+= --disable-mozilla
.endif
@@ -78,6 +82,11 @@ pre-fetch:
@${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"
+ @${ECHO} "make -DWITH_GPC"
+.endif
@${ECHO}
@${ECHO} "NOTICE:"
@${ECHO}