summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-06-19 00:48:57 +0000
committerdholland <dholland@pkgsrc.org>2011-06-19 00:48:57 +0000
commitb9dda8c6c946940de6720b9104caad616caddb24 (patch)
tree00d619eb8fc59dd1b72cc8872274de7f101b02a4 /x11
parenta39c517c9f8a620634fcfef9439387b669d0a0ba (diff)
downloadpkgsrc-b9dda8c6c946940de6720b9104caad616caddb24.tar.gz
Needs glib2 as a direct dependency. PKGREVISION -> 12.
Diffstat (limited to 'x11')
-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"