summaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorgdt <gdt>2007-07-25 13:13:09 +0000
committergdt <gdt>2007-07-25 13:13:09 +0000
commit2f669cf6167e4411a9341595aa0df832808e9f6a (patch)
treee3f78dadffda35ac7b9d05f52ef1d106410fef17 /www/seamonkey
parent28dee6e74a4fde8e229f2e7a3db90164ee8bb47c (diff)
downloadpkgsrc-2f669cf6167e4411a9341595aa0df832808e9f6a.tar.gz
--enable-official-branding:
Clarify RESTRICTED (due to trademark issues), and add a comment questioning if we also need to set LICENSE.
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/options.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/seamonkey/options.mk b/www/seamonkey/options.mk
index bcdcdf7ae9e..7b9954ca765 100644
--- a/www/seamonkey/options.mk
+++ b/www/seamonkey/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2007/06/16 01:14:48 dmcmahill Exp $
+# $NetBSD: options.mk,v 1.6 2007/07/25 13:13:09 gdt Exp $
PKG_OPTIONS_VAR = PKG_OPTIONS.gecko
PKG_SUPPORTED_OPTIONS = debug
@@ -31,7 +31,11 @@ CONFIGURE_ARGS+= --enable-single-profile
# See http://www.mozilla.org/foundation/trademarks/
.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)
CONFIGURE_ARGS+= --enable-official-branding
-RESTRICTED= Cannot redistribute builds with Official Branding at this moment, we need permission of The Mozilla Foundation for this.
+# XXX LICENSE=?
+# Does enabling official branding make the package non-Free?
+# Mozilla claims no: http://www.mozilla.org/foundation/trademarks/faq.html
+# The resulting binary package cannot be distributed, which seems non-Free.
+RESTRICTED= Trademark holder prohibits distribution of modified versions.
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
.endif