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 | 2c6e8e30b08bf1c171e92b4a779d56f1b68206fa (patch) | |
tree | e242dbe8d0f523c14bb4f6d48416a02a762797cc /multimedia/totem-pl-parser | |
parent | 82ff889da9dc587d94b5ad49c36469576ebed64f (diff) | |
download | pkgsrc-2c6e8e30b08bf1c171e92b4a779d56f1b68206fa.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 'multimedia/totem-pl-parser')
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 3 | ||||
-rw-r--r-- | multimedia/totem-pl-parser/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index 2b868aceb24..7beaa9f13fd 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2010/08/09 10:43:24 drochner Exp $ +# $NetBSD: Makefile,v 1.22 2010/09/14 11:00:55 wiz Exp $ # DISTNAME= totem-pl-parser-2.30.2 +PKGREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem-pl-parser/2.30/} EXTRACT_SUFX= .tar.bz2 diff --git a/multimedia/totem-pl-parser/buildlink3.mk b/multimedia/totem-pl-parser/buildlink3.mk index 2ced555d6b7..4769316a591 100644 --- a/multimedia/totem-pl-parser/buildlink3.mk +++ b/multimedia/totem-pl-parser/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2010/08/30 17:19:49 drochner Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2010/09/14 11:00:55 wiz Exp $ BUILDLINK_TREE+= totem-pl-parser @@ -6,7 +6,7 @@ BUILDLINK_TREE+= totem-pl-parser TOTEM_PL_PARSER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.totem-pl-parser+= totem-pl-parser>=2.22.1 -BUILDLINK_ABI_DEPENDS.totem-pl-parser?= totem-pl-parser>=2.30.1 +BUILDLINK_ABI_DEPENDS.totem-pl-parser?= totem-pl-parser>=2.30.2nb1 BUILDLINK_PKGSRCDIR.totem-pl-parser?= ../../multimedia/totem-pl-parser .include "../../devel/glib2/buildlink3.mk" |