diff options
Diffstat (limited to 'chat/pidgin-otr/Makefile')
-rw-r--r-- | chat/pidgin-otr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/pidgin-otr/Makefile b/chat/pidgin-otr/Makefile index 2a4c17bb558..f9854a028b3 100644 --- a/chat/pidgin-otr/Makefile +++ b/chat/pidgin-otr/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.51 2016/03/28 00:17:12 gdt Exp $ +# $NetBSD: Makefile,v 1.52 2016/07/09 06:37:54 wiz Exp $ VERSION= 4.0.2 DISTNAME= pidgin-otr-${VERSION} # This is present to cope with release candidates where the names do # not match (e.g., DISTNAME has rc3, unpack directory doesn't). # PKGNAME= pidgin-otr-${VERSION} +PKGREVISION= 1 CATEGORIES= chat security MASTER_SITES= http://www.cypherpunks.ca/otr/ |