diff options
Diffstat (limited to 'devel/libgweather')
-rw-r--r-- | devel/libgweather/Makefile | 4 | ||||
-rw-r--r-- | devel/libgweather/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libgweather/Makefile b/devel/libgweather/Makefile index df1b3e21bf5..edcb526bcb3 100644 --- a/devel/libgweather/Makefile +++ b/devel/libgweather/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2013/06/04 22:15:54 tron Exp $ +# $NetBSD: Makefile,v 1.44 2013/06/06 12:53:58 wiz Exp $ # DISTNAME= libgweather-2.30.3 -PKGREVISION= 19 +PKGREVISION= 20 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 b8e030d5a91..63a620db2e9 100644 --- a/devel/libgweather/buildlink3.mk +++ b/devel/libgweather/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.27 2013/06/04 22:15:54 tron Exp $ +# $NetBSD: buildlink3.mk,v 1.28 2013/06/06 12:53:58 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.30.3nb19 +BUILDLINK_ABI_DEPENDS.libgweather+= libgweather>=2.30.3nb20 BUILDLINK_PKGSRCDIR.libgweather?= ../../devel/libgweather .include "../../net/libsoup24/buildlink3.mk" |