diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-29 15:47:58 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-29 15:47:58 +0000 |
commit | 569505f41d62f1b675d618eef5edda9dd89df78d (patch) | |
tree | 884679040e4980681ea8d058ac565ba7a17e2365 /www | |
parent | 35a57638ddd736de266a27be08ce077134cf556e (diff) | |
download | pkgsrc-569505f41d62f1b675d618eef5edda9dd89df78d.tar.gz |
Upon giving this some more thought, I think the gnome option is better
left disabled by default. Correct me if I'm wrong but it feels like
most pkgsrc users don't use gnome. If someone can comment on the
benefits of these dependencies in the GNOME environment, speak up.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/options.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox/options.mk b/www/firefox/options.mk index b78195a64db..4719a5339ee 100644 --- a/www/firefox/options.mk +++ b/www/firefox/options.mk @@ -1,8 +1,7 @@ -# $NetBSD: options.mk,v 1.4 2009/08/29 11:50:32 tnn Exp $ +# $NetBSD: options.mk,v 1.5 2009/08/29 15:47:58 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.firefox PKG_SUPPORTED_OPTIONS= debug official-mozilla-branding mozilla-jemalloc gnome -PKG_SUGGESTED_OPTIONS+= gnome PLIST_VARS+= branding gnome |