diff options
author | tron <tron@pkgsrc.org> | 2012-10-02 17:12:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-10-02 17:12:21 +0000 |
commit | 5abe227df4140daa2f692692afc4d23fab0c41c9 (patch) | |
tree | 8ba8e8f29c9f367094c54d7b6bef9c017ebce8a9 /x11/wxGTK24 | |
parent | 57f0a97eb5187e11dc8b30354e416cb93e1f87b6 (diff) | |
download | pkgsrc-5abe227df4140daa2f692692afc4d23fab0c41c9.tar.gz |
Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
Diffstat (limited to 'x11/wxGTK24')
-rw-r--r-- | x11/wxGTK24/Makefile | 4 | ||||
-rw-r--r-- | x11/wxGTK24/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/wxGTK24/Makefile b/x11/wxGTK24/Makefile index 2138cdd17f7..3894599e839 100644 --- a/x11/wxGTK24/Makefile +++ b/x11/wxGTK24/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.21 2012/09/15 10:07:17 obache Exp $ +# $NetBSD: Makefile,v 1.22 2012/10/02 17:12:21 tron Exp $ # PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" -PKGREVISION= 26 +PKGREVISION= 27 COMMENT= GTK-based implementation of the wxWidgets GUI library CONFLICTS+= wxGTK<=2.4.2nb5 diff --git a/x11/wxGTK24/buildlink3.mk b/x11/wxGTK24/buildlink3.mk index 9dbef958670..dc8226a46be 100644 --- a/x11/wxGTK24/buildlink3.mk +++ b/x11/wxGTK24/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.24 2012/09/15 10:07:17 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.25 2012/10/02 17:12:21 tron Exp $ .include "../../mk/bsd.fast.prefs.mk" @@ -8,7 +8,7 @@ BUILDLINK_TREE+= wxGTK24 WXGTK24_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.wxGTK24+= wxGTK24>=2.4.2 -BUILDLINK_ABI_DEPENDS.wxGTK24+= wxGTK24>=2.4.2nb26 +BUILDLINK_ABI_DEPENDS.wxGTK24+= wxGTK24>=2.4.2nb27 BUILDLINK_PKGSRCDIR.wxGTK24?= ../../x11/wxGTK24 .include "../../devel/zlib/buildlink3.mk" |