summaryrefslogtreecommitdiff
path: root/misc/openoffice2
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2007-10-08 01:15:01 +0000
committerhira <hira@pkgsrc.org>2007-10-08 01:15:01 +0000
commit0867c6a57af1ee40fb380adc24068a9f808528d5 (patch)
treeb9641679778991c8a49916f3e7e19112f7bfd78c /misc/openoffice2
parent0c31da43e2398e7d95794160d9bfa3e8a3e50547 (diff)
downloadpkgsrc-0867c6a57af1ee40fb380adc24068a9f808528d5.tar.gz
Add ooo-without-browser option to PKG_OPTIONS_GROUP.browser
(it's not a default).
Diffstat (limited to 'misc/openoffice2')
-rw-r--r--misc/openoffice2/options.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/openoffice2/options.mk b/misc/openoffice2/options.mk
index a565551ee4f..e8539ddd43a 100644
--- a/misc/openoffice2/options.mk
+++ b/misc/openoffice2/options.mk
@@ -1,9 +1,10 @@
-# $NetBSD: options.mk,v 1.11 2007/10/06 20:02:21 hira Exp $
+# $NetBSD: options.mk,v 1.12 2007/10/08 01:15:01 hira Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openoffice2
PKG_SUPPORTED_OPTIONS= cups gnome gtk2 kde
PKG_OPTIONS_REQUIRED_GROUPS= browser
-PKG_OPTIONS_GROUP.browser= firefox seamonkey # firefox-gtk1 seamonkey-gtk1
+PKG_OPTIONS_GROUP.browser= firefox seamonkey ooo-without-browser
+ # firefox-gtk1 seamonkey-gtk1
# The list from instsetoo_native/util/pack.lst:OpenOfficeLanguagepack.
OO_SUPPORTED_LANGUAGES= en-US af as-IN be-BY bg br bs ca cs da de dz \
el en-GB en-ZA es et fi fr ga gl gu he hi-IN \
@@ -45,6 +46,10 @@ CONFIGURE_ARGS+= --with-system-mozilla=seamonkey
.include "../../www/seamonkey-gtk1/buildlink3.mk"
.endif
+.if !empty(PKG_OPTIONS:Mooo-without-browser)
+CONFIGURE_ARGS+= --disable-mozilla
+.endif
+
.if !empty(PKG_OPTIONS:Mcups)
CONFIGURE_ARGS+= --enable-cups
.include "../../print/cups/buildlink3.mk"