summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-11-18 12:09:54 +0000
committerobache <obache@pkgsrc.org>2010-11-18 12:09:54 +0000
commitb8e486b157e6a4f68f6a725b9c47e5e894ca7138 (patch)
tree864f66220aa5b4165a0460391058aab80b48a314 /security
parent93788b02f6be08ce80ac5f5c8d3d31ac699b847f (diff)
downloadpkgsrc-b8e486b157e6a4f68f6a725b9c47e5e894ca7138.tar.gz
define missing PKGCONFIG_OVERRIDE.
Diffstat (limited to 'security')
-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}