summaryrefslogtreecommitdiff
path: root/security/policykit/Makefile
diff options
context:
space:
mode:
authorobache <obache>2010-11-18 12:09:54 +0000
committerobache <obache>2010-11-18 12:09:54 +0000
commit621cbf108e2bc128f7125e2829a3f856d081ec69 (patch)
tree864f66220aa5b4165a0460391058aab80b48a314 /security/policykit/Makefile
parent26f9ca56fb7c63d27b0c6d60498e5a33bd402e32 (diff)
downloadpkgsrc-621cbf108e2bc128f7125e2829a3f856d081ec69.tar.gz
define missing PKGCONFIG_OVERRIDE.
Diffstat (limited to 'security/policykit/Makefile')
-rw-r--r--security/policykit/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/policykit/Makefile b/security/policykit/Makefile
index d9656fec730..9c785c1af81 100644
--- a/security/policykit/Makefile
+++ b/security/policykit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2010/02/08 09:41:59 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2010/11/18 12:09:54 obache Exp $
#
POLICYKIT_VER= 0.9
@@ -44,6 +44,10 @@ PKG_USERS= ${POLICYKIT_USER}:${POLICYKIT_GROUP}
PKG_GROUPS_VARS+= POLICYKIT_GROUP
PKG_USERS_VARS+= POLICYKIT_USER
+PKGCONFIG_OVERRIDE+= data/polkit-dbus.pc.in
+PKGCONFIG_OVERRIDE+= data/polkit-grant.pc.in
+PKGCONFIG_OVERRIDE+= data/polkit.pc.in
+
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q}
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --with-polkit-user=${POLICYKIT_USER}