From 0867c6a57af1ee40fb380adc24068a9f808528d5 Mon Sep 17 00:00:00 2001 From: hira Date: Mon, 8 Oct 2007 01:15:01 +0000 Subject: Add ooo-without-browser option to PKG_OPTIONS_GROUP.browser (it's not a default). --- misc/openoffice2/options.mk | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'misc/openoffice2') 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" -- cgit v1.2.3