summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-03-02 15:24:07 +0000
committerabs <abs@pkgsrc.org>2008-03-02 15:24:07 +0000
commit05eb7d3eaf03a098ae14f662d290d04af3eeccae (patch)
treea6a0a19126ec954ea9626598b932721218311456
parent0696f5c4f8d8867eb55fba61e6a7c2fdfcd16343 (diff)
downloadpkgsrc-05eb7d3eaf03a098ae14f662d290d04af3eeccae.tar.gz
Let seamonkey treat official-mozilla-branding as a NOP
-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