diff options
author | obache <obache> | 2011-04-22 13:41:54 +0000 |
---|---|---|
committer | obache <obache> | 2011-04-22 13:41:54 +0000 |
commit | f47b8ba455be1bf881617a5a5506363d13160964 (patch) | |
tree | dc389f11e24082a6677644fa2e9a1ce749f189f0 /net/libnice | |
parent | e9d2de786f906c0119d6c3c6dcc59134c6ea1222 (diff) | |
download | pkgsrc-f47b8ba455be1bf881617a5a5506363d13160964.tar.gz |
recursive bump from gettext-lib shlib bump.
Diffstat (limited to 'net/libnice')
-rw-r--r-- | net/libnice/Makefile | 3 | ||||
-rw-r--r-- | net/libnice/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/libnice/Makefile b/net/libnice/Makefile index e1384df26b7..837e4577a0d 100644 --- a/net/libnice/Makefile +++ b/net/libnice/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2011/02/21 15:51:13 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2011/04/22 13:42:24 obache Exp $ # DISTNAME= libnice-0.1.0 +PKGREVISION= 1 CATEGORIES= net devel MASTER_SITES= http://nice.freedesktop.org/releases/ diff --git a/net/libnice/buildlink3.mk b/net/libnice/buildlink3.mk index 47bfa9feb76..d6f6e7d36bf 100644 --- a/net/libnice/buildlink3.mk +++ b/net/libnice/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2011/02/21 15:51:13 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2011/04/22 13:42:24 obache Exp $ BUILDLINK_TREE+= libnice @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libnice LIBNICE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libnice+= libnice>=0.0.9 -BUILDLINK_ABI_DEPENDS.libnice?= libnice>=0.1.0 +BUILDLINK_ABI_DEPENDS.libnice?= libnice>=0.1.0nb1 BUILDLINK_PKGSRCDIR.libnice?= ../../net/libnice .include "../../devel/glib2/buildlink3.mk" |