summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2011-06-19 00:48:57 +0000
committerdholland <dholland>2011-06-19 00:48:57 +0000
commit8dc4c8297d1862356c02d2d7b1c50b2dda0c33bf (patch)
tree00d619eb8fc59dd1b72cc8872274de7f101b02a4
parent68140989d26b009fe727ca9bb7730c97b7457e40 (diff)
downloadpkgsrc-8dc4c8297d1862356c02d2d7b1c50b2dda0c33bf.tar.gz
Needs glib2 as a direct dependency. PKGREVISION -> 12.
-rw-r--r--x11/wxGTK28/Makefile4
-rw-r--r--x11/wxGTK28/Makefile.common3
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/wxGTK28/Makefile b/x11/wxGTK28/Makefile
index b3ba5605707..15f1bb76ca5 100644
--- a/x11/wxGTK28/Makefile
+++ b/x11/wxGTK28/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2011/04/22 13:42:05 obache Exp $
+# $NetBSD: Makefile,v 1.15 2011/06/19 00:48:57 dholland Exp $
#
.include "../../x11/wxGTK28/Makefile.common"
-PKGREVISION= 11
+PKGREVISION= 12
PKGNAME= ${DISTNAME:S/wxGTK/wxGTK28/}
COMMENT= GTK-based implementation of the wxWidgets GUI library
diff --git a/x11/wxGTK28/Makefile.common b/x11/wxGTK28/Makefile.common
index fd5a9fec3ac..c48a23525de 100644
--- a/x11/wxGTK28/Makefile.common
+++ b/x11/wxGTK28/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2011/01/12 11:21:40 wiz Exp $
+# $NetBSD: Makefile.common,v 1.9 2011/06/19 00:48:57 dholland Exp $
#
# used by x11/wxGTK28/Makefile
# used by x11/wxGTK28-contrib/Makefile
@@ -68,6 +68,7 @@ pre-configure:
.include "../../graphics/tiff/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"