diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-06 12:53:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-06 12:53:40 +0000 |
commit | 9857186f24e83062080d974645d30e079f5437c4 (patch) | |
tree | 8c7feb5277a9fd537ca7f3140c7c5f99ca16cbf4 /x11/wxGTK24 | |
parent | 8a32c1b327ba078595eaecc089f0bb71238aa0ed (diff) | |
download | pkgsrc-9857186f24e83062080d974645d30e079f5437c4.tar.gz |
Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
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 6e7a0774e6a..bf64829daf4 100644 --- a/x11/wxGTK24/Makefile +++ b/x11/wxGTK24/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2013/06/04 22:17:33 tron Exp $ +# $NetBSD: Makefile,v 1.30 2013/06/06 12:53:51 wiz Exp $ # .include "Makefile.common" -PKGREVISION= 33 +PKGREVISION= 34 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 8ee8db63d02..1c30d19b0d7 100644 --- a/x11/wxGTK24/buildlink3.mk +++ b/x11/wxGTK24/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.31 2013/06/04 22:17:33 tron Exp $ +# $NetBSD: buildlink3.mk,v 1.32 2013/06/06 12:53:51 wiz 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.2nb33 +BUILDLINK_ABI_DEPENDS.wxGTK24+= wxGTK24>=2.4.2nb34 BUILDLINK_PKGSRCDIR.wxGTK24?= ../../x11/wxGTK24 .include "../../devel/pangox-compat/buildlink3.mk" |