pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/defaults add a variable "GECKO_PROVIDER" which tell...
details: https://anonhg.NetBSD.org/pkgsrc/rev/201ce0fb9ec9
branches: trunk
changeset: 494850:201ce0fb9ec9
user: drochner <drochner%pkgsrc.org@localhost>
date: Tue May 31 15:42:04 2005 +0000
description:
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
diffstat:
mk/defaults/mk.conf | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r a639c8c4211a -r 201ce0fb9ec9 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf Tue May 31 15:38:23 2005 +0000
+++ b/mk/defaults/mk.conf Tue May 31 15:42:04 2005 +0000
@@ -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 @@
# 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.
Home |
Main Index |
Thread Index |
Old Index