diff options
author | obache <obache@pkgsrc.org> | 2010-11-18 12:09:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-11-18 12:09:54 +0000 |
commit | e1558599d88a41b58186d780bcaf38d0847367ca (patch) | |
tree | 864f66220aa5b4165a0460391058aab80b48a314 /security/policykit | |
parent | 5f9491a5ee3a1fa5ae1c59a35881def7fb3521f1 (diff) | |
download | pkgsrc-e1558599d88a41b58186d780bcaf38d0847367ca.tar.gz |
define missing PKGCONFIG_OVERRIDE.
Diffstat (limited to 'security/policykit')
-rw-r--r-- | security/policykit/Makefile | 6 |
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} |