Add missing build dependencies on libxslt and docbook-xsl, for creating
the man pages. No PKGREVISION bump because package didn't package.
This commit is contained in:
parent
bd9af6e7dc
commit
1f47f57008
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue