diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-01 11:52:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-01 11:52:02 +0000 |
commit | d520a7cf2a9eec712b0650ff5e12190c69e6cdfc (patch) | |
tree | a00aba4e26e98506b136829878acb6fff2f5f5ce /mail/thunderbird/Makefile | |
parent | 5891769779517a56ba77c5a38bfef9ef946987bf (diff) | |
download | pkgsrc-d520a7cf2a9eec712b0650ff5e12190c69e6cdfc.tar.gz |
Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 603547f9883..859590204e3 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.129 2013/12/15 14:05:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.130 2014/01/01 11:52:23 wiz Exp $ DISTNAME= # empty PKGNAME= thunderbird-${TB_VER} TB_VER= 24.2.0 #LIGHTNINGVER= 1.9 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} DISTFILES= thunderbird-${TB_VER}.source.tar.bz2 |