pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/mozilla Enable the official-mozilla-branding optio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5534b267245
branches:  trunk
changeset: 507635:c5534b267245
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sun Feb 05 21:15:26 2006 +0000

description:
Enable the official-mozilla-branding option for Thunderbird too
(without it, it is called "Mail/News Client").

diffstat:

 www/mozilla/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 3ce0b8356aae -r c5534b267245 www/mozilla/options.mk
--- a/www/mozilla/options.mk    Sun Feb 05 21:03:33 2006 +0000
+++ b/www/mozilla/options.mk    Sun Feb 05 21:15:26 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.3 2006/02/03 07:57:57 ghen Exp $
+# $NetBSD: options.mk,v 1.4 2006/02/05 21:15:26 ghen Exp $
 
 PKG_OPTIONS_VAR                = PKG_OPTIONS.gecko
 PKG_SUPPORTED_OPTIONS  = debug
 
-.if( ${MOZILLA_BIN} == "firefox-bin" )
+.if( ${MOZILLA_BIN} == "firefox-bin" || ${MOZILLA_BIN} == "thunderbird-bin" )
 PKG_SUPPORTED_OPTIONS  += official-mozilla-branding
 .endif
 



Home | Main Index | Thread Index | Old Index