summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2017-10-14 13:35:35 +0000
committerprlw1 <prlw1@pkgsrc.org>2017-10-14 13:35:35 +0000
commitcb3d7b6b84f355a7dc626466b640780aa9ae85c3 (patch)
tree1cc39d5c4a21c6d408ca98f0725c4286f64087e7 /x11
parent44bb96cf47fde701dc03e234cec4abe3445a5032 (diff)
downloadpkgsrc-cb3d7b6b84f355a7dc626466b640780aa9ae85c3.tar.gz
vte3: requires glib-marshal which is now in py-glib2-tools
Diffstat (limited to 'x11')
-rw-r--r--x11/vte3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/vte3/Makefile b/x11/vte3/Makefile
index 7ca45e22d3f..8a72fc78572 100644
--- a/x11/vte3/Makefile
+++ b/x11/vte3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/07/30 22:47:59 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/10/14 13:35:35 prlw1 Exp $
#
DISTNAME= vte-0.38.4
@@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --enable-Bsymbolic=auto
CONFIGURE_ARGS+= --disable-introspection
CONFIGURE_ARGS+= --disable-vala
+.include "../../devel/glib2/buildtools.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"