diff options
author | abs <abs@pkgsrc.org> | 2008-02-26 23:30:03 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-02-26 23:30:03 +0000 |
commit | 3e9331bfd15c4a22ccfddd3b444629718819fc4a (patch) | |
tree | e9fd3197bcf8472dc86a69aff6900a6ef5de24bb /www | |
parent | b0110464655890585b4afb10f52b54ff1b3805f0 (diff) | |
download | pkgsrc-3e9331bfd15c4a22ccfddd3b444629718819fc4a.tar.gz |
Put official-mozilla-branding in the PKG_SUPPORTED_OPTIONS for all packages that include this file - notably sunbird
Diffstat (limited to 'www')
-rw-r--r-- | www/seamonkey/options.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/seamonkey/options.mk b/www/seamonkey/options.mk index f05fb2eb21e..26147f738a4 100644 --- a/www/seamonkey/options.mk +++ b/www/seamonkey/options.mk @@ -1,11 +1,7 @@ -# $NetBSD: options.mk,v 1.8 2007/10/31 21:42:24 gdt Exp $ +# $NetBSD: options.mk,v 1.9 2008/02/26 23:30:03 abs Exp $ PKG_OPTIONS_VAR = PKG_OPTIONS.gecko -PKG_SUPPORTED_OPTIONS = debug - -.if ( ${MOZILLA_BIN} == "firefox-bin" || ${MOZILLA_BIN} == "thunderbird-bin" ) -PKG_SUPPORTED_OPTIONS += official-mozilla-branding -.endif +PKG_SUPPORTED_OPTIONS = debug official-mozilla-branding .if ( ${MOZILLA_BIN} == "firefox-bin" || ${MOZILLA_BIN} == "seamonkey-bin" || ${MOZILLA_BIN} == "thunderbird-bin" ) PKG_SUPPORTED_OPTIONS += mozilla-single-profile |