pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice2 Add ooo-without-browser option to PKG...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ade0a01aa33
branches:  trunk
changeset: 533937:6ade0a01aa33
user:      hira <hira%pkgsrc.org@localhost>
date:      Mon Oct 08 01:15:01 2007 +0000

description:
Add ooo-without-browser option to PKG_OPTIONS_GROUP.browser
(it's not a default).

diffstat:

 misc/openoffice2/options.mk |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 36ab7ac82570 -r 6ade0a01aa33 misc/openoffice2/options.mk
--- a/misc/openoffice2/options.mk       Sun Oct 07 21:48:30 2007 +0000
+++ b/misc/openoffice2/options.mk       Mon Oct 08 01:15:01 2007 +0000
@@ -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 @@
 .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"



Home | Main Index | Thread Index | Old Index