summaryrefslogtreecommitdiff
path: root/sysutils/consolekit
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2017-10-15 22:31:01 +0000
committerprlw1 <prlw1@pkgsrc.org>2017-10-15 22:31:01 +0000
commitdc19e1efa29f6931569f517da775ff34b4e724d7 (patch)
tree5ad1e23e5c8f34e441b2cff3664a986e5739fd7b /sysutils/consolekit
parentb2388283b844acaa7dc436d71cd6a1f825f1d614 (diff)
downloadpkgsrc-dc19e1efa29f6931569f517da775ff34b4e724d7.tar.gz
Put gdbus-codgen back into operation
- Revert "Move gdbus-codegen users to py-glib2-tools by including glib2/buildtools.mk" 1f764df - while here change to TOOL_DEPENDS - switch from py-glib2-tools to glib2-tools
Diffstat (limited to 'sysutils/consolekit')
-rw-r--r--sysutils/consolekit/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile
index 5ab03e46356..d72f3366772 100644
--- a/sysutils/consolekit/Makefile
+++ b/sysutils/consolekit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2017/10/13 16:36:04 prlw1 Exp $
+# $NetBSD: Makefile,v 1.36 2017/10/15 22:31:02 prlw1 Exp $
CONSOLEKIT_VER= 1.0.2
DISTNAME= ConsoleKit2-1.0.2
@@ -61,7 +61,8 @@ post-install:
${INSTALL_DATA} ${FILESDIR}/50-shutdown.rules \
${DESTDIR}${RULESDIR}/50-shutdown.rules
-.include "../../devel/glib2/buildtools.mk"
+TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/polkit/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"