pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/seamonkey Let seamonkey treat official-mozilla-bra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08235b72822f
branches:  trunk
changeset: 539275:08235b72822f
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun Mar 02 15:24:07 2008 +0000

description:
Let seamonkey treat official-mozilla-branding as a NOP

diffstat:

 www/seamonkey/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e64f40a5e38d -r 08235b72822f www/seamonkey/options.mk
--- a/www/seamonkey/options.mk  Sun Mar 02 14:46:02 2008 +0000
+++ b/www/seamonkey/options.mk  Sun Mar 02 15:24:07 2008 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index