diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
commit | 8d93cd983ca7dd8a03c92a13e17e69af83e6db2c (patch) | |
tree | 55f8bf20a2509b6bfbeff866e548573d549d538e /chat/libotr | |
parent | de2d4594234fd3cc93eae7c7d491210d873c6d4e (diff) | |
download | pkgsrc-8d93cd983ca7dd8a03c92a13e17e69af83e6db2c.tar.gz |
Recursive revision bump / recommended bump for gettext ABI change.
Diffstat (limited to 'chat/libotr')
-rw-r--r-- | chat/libotr/Makefile | 3 | ||||
-rw-r--r-- | chat/libotr/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chat/libotr/Makefile b/chat/libotr/Makefile index 04e2748d720..3cc056b36a4 100644 --- a/chat/libotr/Makefile +++ b/chat/libotr/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2005/07/27 19:17:35 gdt Exp $ +# $NetBSD: Makefile,v 1.4 2006/02/05 23:08:25 joerg Exp $ DISTNAME= libotr-2.0.2 +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 11b52037be2..31d60a2ffb6 100644 --- a/chat/libotr/buildlink3.mk +++ b/chat/libotr/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2005/09/09 23:45:27 gdt Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2006/02/05 23:08:25 joerg Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBOTR_BUILDLINK3_MK:= ${LIBOTR_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= libotr .if !empty(LIBOTR_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.libotr+= libotr>=2.0.1 +BUILDLINK_RECOMMENDED.libotr?= libotr>=2.0.2nb1 BUILDLINK_PKGSRCDIR.libotr?= ../../chat/libotr .endif # LIBOTR_BUILDLINK3_MK |