summaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorabs <abs>2008-03-02 15:24:07 +0000
committerabs <abs>2008-03-02 15:24:07 +0000
commita2a7a98be723fb29ae637c9809f2281e660171f9 (patch)
treea6a0a19126ec954ea9626598b932721218311456 /www/seamonkey
parent56f8874c519b1bd78500d7df27f73c93fadf4bcf (diff)
downloadpkgsrc-a2a7a98be723fb29ae637c9809f2281e660171f9.tar.gz
Let seamonkey treat official-mozilla-branding as a NOP
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/options.mk b/www/seamonkey/options.mk
index 26147f738a4..3a014d6dd0b 100644
--- a/www/seamonkey/options.mk
+++ b/www/seamonkey/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2008/02/26 23:30:03 abs Exp $
+# $NetBSD: options.mk,v 1.10 2008/03/02 15:24:07 abs Exp $
PKG_OPTIONS_VAR = PKG_OPTIONS.gecko
PKG_SUPPORTED_OPTIONS = debug official-mozilla-branding
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --enable-single-profile
# Note that you cannot distribute builds with Official Branding
# without permission of the Mozilla Foundation.
# See http://www.mozilla.org/foundation/trademarks/
-.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)
+.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding) && ${MOZILLA_BIN} != "seamonkey-bin"
CONFIGURE_ARGS+= --enable-official-branding
# Mozilla prohibits distribution of packages with their trademarks.
# It is an open question if this makes the package non-Free. Mozilla