summaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authortnn <tnn>2009-12-11 15:00:00 +0000
committertnn <tnn>2009-12-11 15:00:00 +0000
commitd580e0b43162a9299cad0cd98eaa8da0bb9f96fd (patch)
tree22cbd57c03b4b3d1bedf63f033bc7536228b038d /mail/thunderbird
parent81f1b08a93a5fbf385b6785ca48b58b746812b81 (diff)
downloadpkgsrc-d580e0b43162a9299cad0cd98eaa8da0bb9f96fd.tar.gz
explicitly --disable-official-branding.
Looks like the default changed but the trademark policy didn't.
Diffstat (limited to 'mail/thunderbird')
-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