summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2017-10-14 21:30:19 +0000
committerprlw1 <prlw1@pkgsrc.org>2017-10-14 21:30:19 +0000
commita22a5dcc8bee8847c295acc77e6c0369fff5b162 (patch)
tree8d65fb34b0891549d9cce372b4a9d3bafd5fd7f8
parentc9492626056d140a19396ae3c31ed5b2a4bd7d3b (diff)
downloadpkgsrc-a22a5dcc8bee8847c295acc77e6c0369fff5b162.tar.gz
GConf-ui: requires py-glib2-tools to build
-rw-r--r--devel/GConf-ui/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/GConf-ui/Makefile b/devel/GConf-ui/Makefile
index 93717eba42f..0e08921e191 100644
--- a/devel/GConf-ui/Makefile
+++ b/devel/GConf-ui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2017/02/12 06:24:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.36 2017/10/14 21:30:19 prlw1 Exp $
#
MAKE_JOBS_SAFE= no
@@ -24,6 +24,7 @@ do-install:
${DESTDIR}${PREFIX}/libexec
.include "../../devel/GConf/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
#.include "../../security/policykit/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"