diff options
author | ryoon <ryoon> | 2012-12-12 08:35:58 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-12-12 08:35:58 +0000 |
commit | 54776f9e24f87afe0bfa58bb713fc75d66738189 (patch) | |
tree | cbe49f29a046290c407b3402e35347b452b8a13a /mail/thunderbird/Makefile | |
parent | 5376dd89677ac3e10e499b67631dd3a80f7f934f (diff) | |
download | pkgsrc-54776f9e24f87afe0bfa58bb713fc75d66738189.tar.gz |
Bump PKGREVISION.
Fix another _res multi-thread error.
Patch is provided by Dave Tyson on pkgsrc-users@.
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 efada09c88c..28fbb285013 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.104 2012/11/23 07:17:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.105 2012/12/12 08:35:58 ryoon Exp $ # DISTNAME= # empty PKGNAME= thunderbird-${TB_VER} TB_VER= 17.0 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/} |