summaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2007-10-16 01:53:28 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2007-10-16 01:53:28 +0000
commitf15d77af47b3f2b49cd61f7643457eaf1e36c374 (patch)
treeaddfca1d03311659ccc86ceeddb6bcb54c15b66f /www/seamonkey
parentccd1bbf0463ae9d04206f3260677627e5a77de5f (diff)
downloadpkgsrc-f15d77af47b3f2b49cd61f7643457eaf1e36c374.tar.gz
Make thunderbird also obey the mozilla-single-profile package option that
is used already for firefox and thunderbird.
Diffstat (limited to 'www/seamonkey')
-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 7b9954ca765..c362d1c04dc 100644
--- a/www/seamonkey/options.mk
+++ b/www/seamonkey/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2007/07/25 13:13:09 gdt Exp $
+# $NetBSD: options.mk,v 1.7 2007/10/16 01:53:28 dmcmahill Exp $
PKG_OPTIONS_VAR = PKG_OPTIONS.gecko
PKG_SUPPORTED_OPTIONS = debug
@@ -7,7 +7,7 @@ PKG_SUPPORTED_OPTIONS = debug
PKG_SUPPORTED_OPTIONS += official-mozilla-branding
.endif
-.if ( ${MOZILLA_BIN} == "firefox-bin" || ${MOZILLA_BIN} == "seamonkey-bin" )
+.if ( ${MOZILLA_BIN} == "firefox-bin" || ${MOZILLA_BIN} == "seamonkey-bin" || ${MOZILLA_BIN} == "thunderbird-bin" )
PKG_SUPPORTED_OPTIONS += mozilla-single-profile
.endif