summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2017-10-14 21:20:22 +0000
committerprlw1 <prlw1@pkgsrc.org>2017-10-14 21:20:22 +0000
commit661c82602f5038d446059ffce2e05be5325ba34c (patch)
tree9d5bccd6e4dce482d6b40706073ad8e4cba4316c /chat
parent1c900445a484802dd88dfbf65a2ddb197d1f304e (diff)
downloadpkgsrc-661c82602f5038d446059ffce2e05be5325ba34c.tar.gz
telepathy-glib: requires glib-mkenums which is now in py-glib2-tools
Diffstat (limited to 'chat')
-rw-r--r--chat/telepathy-glib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile
index 524e6fdb4ad..081cd7b04af 100644
--- a/chat/telepathy-glib/Makefile
+++ b/chat/telepathy-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2017/10/03 12:36:52 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2017/10/14 21:20:22 prlw1 Exp $
DISTNAME= telepathy-glib-0.24.1
PKGREVISION= 6
@@ -27,6 +27,7 @@ TEST_TARGET= check
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.36
.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.30.0
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../lang/python/application.mk"