summaryrefslogtreecommitdiff
path: root/chat/libotr
diff options
context:
space:
mode:
Diffstat (limited to 'chat/libotr')
-rw-r--r--chat/libotr/Makefile3
-rw-r--r--chat/libotr/buildlink3.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/chat/libotr/Makefile b/chat/libotr/Makefile
index a1f846de815..5e771c3e77f 100644
--- a/chat/libotr/Makefile
+++ b/chat/libotr/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2012/11/21 01:45:00 gdt Exp $
+# $NetBSD: Makefile,v 1.16 2014/01/01 11:52:02 wiz Exp $
VERSION= 4.0.0
DISTNAME= libotr-${VERSION}
+PKGREVISION= 1
CATEGORIES= chat security
MASTER_SITES= http://www.cypherpunks.ca/otr/
diff --git a/chat/libotr/buildlink3.mk b/chat/libotr/buildlink3.mk
index 85e2f4b5f9c..19335353ab2 100644
--- a/chat/libotr/buildlink3.mk
+++ b/chat/libotr/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.14 2012/09/06 00:23:18 gdt Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2014/01/01 11:52:02 wiz Exp $
BUILDLINK_TREE+= libotr
@@ -7,7 +7,7 @@ LIBOTR_BUILDLINK3_MK:=
# libotr 4 has backwards-incompatible API and ABI changes.
BUILDLINK_API_DEPENDS.libotr+= libotr>=4.0.0
-BUILDLINK_ABI_DEPENDS.libotr+= libotr>=4.0.0
+BUILDLINK_ABI_DEPENDS.libotr+= libotr>=4.0.0nb1
BUILDLINK_PKGSRCDIR.libotr?= ../../chat/libotr
.include "../../security/libgcrypt/buildlink3.mk"