diff options
author | wiz <wiz> | 2008-11-24 14:50:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-11-24 14:50:43 +0000 |
commit | 2bc2fb2439d95cee8bcc75b68d0001dcb3f06914 (patch) | |
tree | c3e4920441bddb5ce421ee33432390e2f5375962 /security | |
parent | fa0fc41e572ec40302eecad7495c3936577e6e11 (diff) | |
download | pkgsrc-2bc2fb2439d95cee8bcc75b68d0001dcb3f06914.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')
-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 |