summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-02-05 21:15:26 +0000
committerghen <ghen@pkgsrc.org>2006-02-05 21:15:26 +0000
commit9e23f2f50e9ed13c39406f33bb7d6387e4dee4ac (patch)
treec43da4e57b7ea75bf78947e53df0cb69ad9c99a0 /www
parent6ea2df29d4854cbb1a2982689190e049cf5581eb (diff)
downloadpkgsrc-9e23f2f50e9ed13c39406f33bb7d6387e4dee4ac.tar.gz
Enable the official-mozilla-branding option for Thunderbird too
(without it, it is called "Mail/News Client").
Diffstat (limited to 'www')
-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