summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-05-31 15:42:04 +0000
committerdrochner <drochner@pkgsrc.org>2005-05-31 15:42:04 +0000
commitc443a4ee637560f95d900f76c74dd314e2b10244 (patch)
treee74c5ddd0f37fed78f8563b3496e9aa7bde780fc
parent256f5771439110960fd8e82458dfd4644f3e8dbd (diff)
downloadpkgsrc-c443a4ee637560f95d900f76c74dd314e2b10244.tar.gz
add a variable "GECKO_PROVIDER" which tells whether firefox or mozilla
is to be preferred when a pkg wants to embed the browser defaults to "firefox" because this is smaller and better maintained per jmmv's recommendation
-rw-r--r--mk/defaults/mk.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index b1b7c8640ab..3264b8eb229 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.44 2005/05/31 15:11:40 wiz Exp $
+# $NetBSD: mk.conf,v 1.45 2005/05/31 15:42:04 drochner Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1032,6 +1032,12 @@ GAWK_ENABLE_PORTALS?= NO
# Possible: YES, NO
# Default: NO
+GECKO_PROVIDER?= firefox
+# Selects which mozilla incarnation to use by packages which embed
+# the Gecko HTML renderer.
+# Possible: firefox, mozilla
+# Default: firefox
+
GIMP_WITH_HELPBROWSER?= no
# Set to "yes" to compile gimp against GNOME libs and get a working
# help browser. Adds quite some bloat in the form of dependencies.