summaryrefslogtreecommitdiff
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
parentccd1bbf0463ae9d04206f3260677627e5a77de5f (diff)
downloadpkgsrc-f15d77af47b3f2b49cd61f7643457eaf1e36c374.tar.gz
Make thunderbird also obey the mozilla-single-profile package option that
is used already for firefox and thunderbird.
-rw-r--r--mail/thunderbird-gtk1/Makefile4
-rw-r--r--mail/thunderbird/Makefile4
-rw-r--r--mail/thunderbird/Makefile-thunderbird.common3
-rw-r--r--www/seamonkey/options.mk4
4 files changed, 7 insertions, 8 deletions
diff --git a/mail/thunderbird-gtk1/Makefile b/mail/thunderbird-gtk1/Makefile
index 9c08e61513a..b76a1e93863 100644
--- a/mail/thunderbird-gtk1/Makefile
+++ b/mail/thunderbird-gtk1/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2007/10/08 10:13:03 ghen Exp $
+# $NetBSD: Makefile,v 1.16 2007/10/16 01:53:28 dmcmahill Exp $
MOZILLA= thunderbird-gtk1
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Mozilla mail client using the older GTK1 toolkit
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index f5643c2d2bc..09cf0b99b65 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2007/10/08 10:13:02 ghen Exp $
+# $NetBSD: Makefile,v 1.29 2007/10/16 01:53:28 dmcmahill Exp $
MOZILLA= thunderbird
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Mozilla mail client
MOZILLA_USE_GTK2= # yes
diff --git a/mail/thunderbird/Makefile-thunderbird.common b/mail/thunderbird/Makefile-thunderbird.common
index 3beec6a43b7..ed4c9188513 100644
--- a/mail/thunderbird/Makefile-thunderbird.common
+++ b/mail/thunderbird/Makefile-thunderbird.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-thunderbird.common,v 1.29 2007/10/08 10:13:03 ghen Exp $
+# $NetBSD: Makefile-thunderbird.common,v 1.30 2007/10/16 01:53:28 dmcmahill Exp $
MOZILLA_BIN= thunderbird-bin
MOZ_VER= 2.0.0.6
@@ -17,7 +17,6 @@ DISTINFO_FILE= ${.CURDIR}/../../mail/thunderbird/distinfo
PATCHDIR= ${.CURDIR}/../../mail/thunderbird/patches
CONFIGURE_ARGS+= --enable-application=mail
-CONFIGURE_ARGS+= --enable-single-profile
CONFIGURE_ARGS+= --enable-debug=-g
CONFIGURE_ENV+= ac_cv_visibility_pragma=no ac_cv_visibility_hidden=no
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