diff options
author | wiz <wiz@pkgsrc.org> | 2020-01-07 15:41:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-01-07 15:41:48 +0000 |
commit | 4fb06d7f62ab15e47ed85906378a2e85325141d8 (patch) | |
tree | a94954c1cc0da758b34acf1a2e35a0f6447c76ba /mail/thunderbird | |
parent | defe843dcb9187c601e398396e7da05e61768ca2 (diff) | |
download | pkgsrc-4fb06d7f62ab15e47ed85906378a2e85325141d8.tar.gz |
thunderbird: Bump PKGREVISION for wayland default-on option.
Diffstat (limited to 'mail/thunderbird')
-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 445339dc687..9026c638202 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.236 2019/12/29 00:51:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.237 2020/01/07 15:41:48 wiz Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} +PKGREVISION= 1 TB_VER= 68.3.1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/} |