diff options
author | tnn <tnn@pkgsrc.org> | 2010-04-21 13:33:26 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-04-21 13:33:26 +0000 |
commit | 4d7f63f03f82dddc15932ba3534dbea74aabf5ca (patch) | |
tree | 5935abb12639f142ff1b9254fcad0a04c94b1b97 /mail/thunderbird/Makefile | |
parent | 24a16165b85eede6638a1749485b03c2311daec4 (diff) | |
download | pkgsrc-4d7f63f03f82dddc15932ba3534dbea74aabf5ca.tar.gz |
Add "mozilla-lightning" option which enables the calendar extension.
This is enabled by default. If you don't want to run lightning it can be
disabled under tools -> add-ons -> Extensions.
Bump PKGREVISION.
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 0a178258698..7a7be55040b 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.51 2010/03/30 14:21:42 tnn Exp $ +# $NetBSD: Makefile,v 1.52 2010/04/21 13:33:26 tnn Exp $ # DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} +PKGREVISION= 1 TB_VER= 3.0.4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} @@ -14,6 +15,7 @@ COMMENT= Organize, secure and customize your mail WRKSRC= ${WRKDIR}/comm-1.9.1 MOZILLA_DIR= mozilla/ +PLIST_SRC+= PLIST CONFIG_GUESS_OVERRIDE+= directory/c-sdk/config/autoconf/config.guess CONFIG_SUB_OVERRIDE+= directory/c-sdk/config/autoconf/config.sub |