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 /devel/libgweather | |
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 'devel/libgweather')
-rw-r--r-- | devel/libgweather/Makefile | 3 | ||||
-rw-r--r-- | devel/libgweather/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/libgweather/Makefile b/devel/libgweather/Makefile index 9d447ebc75f..ea8438614a3 100644 --- a/devel/libgweather/Makefile +++ b/devel/libgweather/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2010/07/06 14:58:18 drochner Exp $ +# $NetBSD: Makefile,v 1.20 2010/09/14 11:01:01 wiz Exp $ # DISTNAME= libgweather-2.30.2 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgweather/2.30/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/libgweather/buildlink3.mk b/devel/libgweather/buildlink3.mk index 5c7eae4f6ea..0dfdd40db5f 100644 --- a/devel/libgweather/buildlink3.mk +++ b/devel/libgweather/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2010/06/13 22:44:07 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2010/09/14 11:01:01 wiz Exp $ BUILDLINK_TREE+= libgweather @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libgweather LIBGWEATHER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libgweather+= libgweather>=2.22.0 -BUILDLINK_ABI_DEPENDS.libgweather?= libgweather>=2.28.0nb1 +BUILDLINK_ABI_DEPENDS.libgweather?= libgweather>=2.30.2nb1 BUILDLINK_PKGSRCDIR.libgweather?= ../../devel/libgweather .include "../../net/libsoup24/buildlink3.mk" |