diff options
Diffstat (limited to 'www/seamonkey/options.mk')
-rw-r--r-- | www/seamonkey/options.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/seamonkey/options.mk b/www/seamonkey/options.mk index 3a014d6dd0b..bf782750792 100644 --- a/www/seamonkey/options.mk +++ b/www/seamonkey/options.mk @@ -1,7 +1,9 @@ -# $NetBSD: options.mk,v 1.10 2008/03/02 15:24:07 abs Exp $ +# $NetBSD: options.mk,v 1.11 2008/05/19 10:43:02 tnn Exp $ +# used by www/firefox/Makefile.common +# used by www/seamonkey/Makefile.common -PKG_OPTIONS_VAR = PKG_OPTIONS.gecko -PKG_SUPPORTED_OPTIONS = debug official-mozilla-branding +PKG_OPTIONS_VAR= PKG_OPTIONS.gecko +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 |