diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-24 14:50:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-24 14:50:43 +0000 |
commit | 1f47f57008a2997a0585073289807209c5e5075a (patch) | |
tree | c3e4920441bddb5ce421ee33432390e2f5375962 /security/policykit/Makefile | |
parent | bd9af6e7dceb844aa65763c9f4ba38ecbbe2f95a (diff) | |
download | pkgsrc-1f47f57008a2997a0585073289807209c5e5075a.tar.gz |
Add missing build dependencies on libxslt and docbook-xsl, for creating
the man pages. No PKGREVISION bump because package didn't package.
Diffstat (limited to 'security/policykit/Makefile')
-rw-r--r-- | security/policykit/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/policykit/Makefile b/security/policykit/Makefile index bf16de0f29b..91eace5d305 100644 --- a/security/policykit/Makefile +++ b/security/policykit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/11/23 21:21:43 hasso Exp $ +# $NetBSD: Makefile,v 1.4 2008/11/24 14:50:43 wiz Exp $ # POLICYKIT_VER= 0.9 @@ -12,6 +12,9 @@ MAINTAINER= jmcneill@NetBSD.org HOMEPAGE= http://hal.freedesktop.org/ COMMENT= Framework for managing admin policies and privileges +BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt +BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl + PKG_SYSCONFSUBDIR= PolicyKit EGDIR= ${PREFIX}/share/examples/policykit |