summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorhira <hira>2007-10-08 01:15:01 +0000
committerhira <hira>2007-10-08 01:15:01 +0000
commitebe372417288ce69d80943ce14d6bbd1985b65d4 (patch)
treeb9641679778991c8a49916f3e7e19112f7bfd78c /misc
parent1ca7d6c95be353c888507465298c1a42e1f8d12b (diff)
downloadpkgsrc-ebe372417288ce69d80943ce14d6bbd1985b65d4.tar.gz
Add ooo-without-browser option to PKG_OPTIONS_GROUP.browser
(it's not a default).
Diffstat (limited to 'misc')
-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"