diff options
author | prlw1 <prlw1@pkgsrc.org> | 2017-10-14 21:14:13 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2017-10-14 21:14:13 +0000 |
commit | 95d94863822a8c64d4d14285b797ce175c3e1280 (patch) | |
tree | e7276be4cbecfdefc3040f3b20bc85009d6715e9 /security | |
parent | 27d5948c4837e72928b743a78b3d229cc1acf7db (diff) | |
download | pkgsrc-95d94863822a8c64d4d14285b797ce175c3e1280.tar.gz |
policykit-gnome: requires py-glib2-tools to build
Diffstat (limited to 'security')
-rw-r--r-- | security/policykit-gnome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/policykit-gnome/Makefile b/security/policykit-gnome/Makefile index 5b2ab6e074e..c3db3996a99 100644 --- a/security/policykit-gnome/Makefile +++ b/security/policykit-gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2017/02/12 06:25:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.41 2017/10/14 21:14:13 prlw1 Exp $ # POLICYKIT_GNOME_VER= 0.9.2 @@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --localstatedir=${VARBASE} .include "../../devel/GConf/schemas.mk" +.include "../../devel/glib2/buildtools.mk" .include "../../security/policykit/buildlink3.mk" BUILDLINK_API_DEPENDS.gnome-doc-utils+= gnome-doc-utils>=0.20.1 .include "../../textproc/gnome-doc-utils/buildlink3.mk" |