summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-12-11 15:00:00 +0000
committertnn <tnn@pkgsrc.org>2009-12-11 15:00:00 +0000
commitd7796e90d140c14599031aa6b1ec18c961c25d06 (patch)
tree22cbd57c03b4b3d1bedf63f033bc7536228b038d /mail
parent390c0491fdf8f7f0520a440efc3cdea7275b775b (diff)
downloadpkgsrc-d7796e90d140c14599031aa6b1ec18c961c25d06.tar.gz
explicitly --disable-official-branding.
Looks like the default changed but the trademark policy didn't.
Diffstat (limited to 'mail')
-rw-r--r--mail/thunderbird/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/thunderbird/options.mk b/mail/thunderbird/options.mk
index 393fbb0ad14..5db10a1f6cc 100644
--- a/mail/thunderbird/options.mk
+++ b/mail/thunderbird/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2009/11/29 03:06:42 tnn Exp $
+# $NetBSD: options.mk,v 1.2 2009/12/11 15:00:00 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.thunderbird
PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome official-mozilla-branding
@@ -52,4 +52,6 @@ LICENSE= mozilla-trademark-license
RESTRICTED= Trademark holder prohibits distribution of modified versions.
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
+.else
+CONFIGURE_ARGS+= --disable-official-branding
.endif