summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghen <ghen>2006-02-05 21:15:26 +0000
committerghen <ghen>2006-02-05 21:15:26 +0000
commit3f773305c374c2adca3a0b9f4e1cbfbe77311a3d (patch)
treec43da4e57b7ea75bf78947e53df0cb69ad9c99a0
parentfbe0fc6b0715c14b2a6b040553027428acfd0cd3 (diff)
downloadpkgsrc-3f773305c374c2adca3a0b9f4e1cbfbe77311a3d.tar.gz
Enable the official-mozilla-branding option for Thunderbird too
(without it, it is called "Mail/News Client").
-rw-r--r--www/mozilla/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/options.mk b/www/mozilla/options.mk
index 3aa16dc42eb..c1a90d10c75 100644
--- a/www/mozilla/options.mk
+++ b/www/mozilla/options.mk
@@ -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