diff options
author | obache <obache> | 2010-11-18 12:09:54 +0000 |
---|---|---|
committer | obache <obache> | 2010-11-18 12:09:54 +0000 |
commit | f4d3bb6a9c1ae3d780640ff6043a47c30aa9a60f (patch) | |
tree | 864f66220aa5b4165a0460391058aab80b48a314 | |
parent | eb5adcf0ef7b87eb747cdce8c25e38473fc31d4e (diff) | |
download | pkgsrc-f4d3bb6a9c1ae3d780640ff6043a47c30aa9a60f.tar.gz |
define missing PKGCONFIG_OVERRIDE.
-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} |