diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
commit | 64c8e7791b2a8f80fe782feb4461e8ef46bd7aaa (patch) | |
tree | e242dbe8d0f523c14bb4f6d48416a02a762797cc /chat/pidgin | |
parent | bb8b9d046b405d504b7569d287fd30ca2df92bc6 (diff) | |
download | pkgsrc-64c8e7791b2a8f80fe782feb4461e8ef46bd7aaa.tar.gz |
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
Diffstat (limited to 'chat/pidgin')
-rw-r--r-- | chat/pidgin/Makefile | 3 | ||||
-rw-r--r-- | chat/pidgin/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile index 710a1b40a69..48195748c1e 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2010/08/30 11:18:02 adam Exp $ +# $NetBSD: Makefile,v 1.24 2010/09/14 11:01:09 wiz Exp $ # # XXX appease pkglint #PKGNAME= pidgin-${PIDGIN_VERSION} +PKGREVISION= 1 COMMENT= Multi-protocol Instant Messaging client GTK frontend PKG_DESTDIR_SUPPORT= user-destdir diff --git a/chat/pidgin/buildlink3.mk b/chat/pidgin/buildlink3.mk index fec507b6d80..6364a5c6caf 100644 --- a/chat/pidgin/buildlink3.mk +++ b/chat/pidgin/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2010/08/30 11:18:02 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2010/09/14 11:01:09 wiz Exp $ BUILDLINK_TREE+= pidgin @@ -6,7 +6,7 @@ BUILDLINK_TREE+= pidgin PIDGIN_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.5.1 -BUILDLINK_ABI_DEPENDS.pidgin+= pidgin>=2.6.2nb3 +BUILDLINK_ABI_DEPENDS.pidgin+= pidgin>=2.7.3nb1 BUILDLINK_PKGSRCDIR.pidgin?= ../../chat/pidgin .include "../../chat/libpurple/buildlink3.mk" |