diff options
author | adam <adam@pkgsrc.org> | 2012-10-08 23:00:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-10-08 23:00:34 +0000 |
commit | ed93f0ca4714712817b38621e93dcad138f16ee1 (patch) | |
tree | e38131657ba44ecd23072f8213cae4dc414c2b9f /x11/wxGTK28 | |
parent | 52c3f30f10d38eed66d349cd1b31e6076c5352a4 (diff) | |
download | pkgsrc-ed93f0ca4714712817b38621e93dcad138f16ee1.tar.gz |
Revbump after updating graphics/pango
Diffstat (limited to 'x11/wxGTK28')
-rw-r--r-- | x11/wxGTK28/Makefile | 4 | ||||
-rw-r--r-- | x11/wxGTK28/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/wxGTK28/Makefile b/x11/wxGTK28/Makefile index f8e690f15b8..4e023d0e8f0 100644 --- a/x11/wxGTK28/Makefile +++ b/x11/wxGTK28/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2012/10/02 17:12:22 tron Exp $ +# $NetBSD: Makefile,v 1.27 2012/10/08 23:00:54 adam Exp $ # .include "../../x11/wxGTK28/Makefile.common" -PKGREVISION= 20 +PKGREVISION= 21 PKGNAME= ${DISTNAME:S/wxGTK/wxGTK28/} COMMENT= GTK-based implementation of the wxWidgets GUI library diff --git a/x11/wxGTK28/buildlink3.mk b/x11/wxGTK28/buildlink3.mk index a99c8a38566..f0f9976e6b5 100644 --- a/x11/wxGTK28/buildlink3.mk +++ b/x11/wxGTK28/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.19 2012/10/02 17:12:22 tron Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2012/10/08 23:00:54 adam Exp $ BUILDLINK_TREE+= wxGTK28 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= wxGTK28 WXGTK28_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.wxGTK28+= wxGTK28>=2.8.10 -BUILDLINK_ABI_DEPENDS.wxGTK28+= wxGTK28>=2.8.10nb20 +BUILDLINK_ABI_DEPENDS.wxGTK28+= wxGTK28>=2.8.10nb21 BUILDLINK_PKGSRCDIR.wxGTK28?= ../../x11/wxGTK28 .include "../../devel/gettext-lib/buildlink3.mk" |