diff options
author | adam <adam@pkgsrc.org> | 2013-09-02 19:50:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-09-02 19:50:38 +0000 |
commit | 30b15b560ede65e353f4add7bde4bfdd0303ad98 (patch) | |
tree | 50a1ccd42456eff2c4cb93f6820d39553d73b228 /mail/thunderbird/Makefile | |
parent | 56b9f74dd087c70b0df81eb1222a569fe08076a3 (diff) | |
download | pkgsrc-30b15b560ede65e353f4add7bde4bfdd0303ad98.tar.gz |
Revbump after cairo update
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 0140e37dbe5..195e78e0ab5 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.119 2013/08/10 00:31:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.120 2013/09/02 19:51:14 adam Exp $ # DISTNAME= # empty PKGNAME= thunderbird-${TB_VER} TB_VER= 17.0.8 LIGHTNINGVER= 1.9 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA_ESR:=thunderbird/releases/${TB_VER}esr/source/} \ ${MASTER_SITE_MOZILLA_ALL:=thunderbird/releases/${TB_VER}esr/source/} |