pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/policykit Add missing build dependencies on l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdbc22d2f82f
branches:  trunk
changeset: 550607:fdbc22d2f82f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 24 14:50:43 2008 +0000

description:
Add missing build dependencies on libxslt and docbook-xsl, for creating
the man pages. No PKGREVISION bump because package didn't package.

diffstat:

 security/policykit/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r cfe14abda06f -r fdbc22d2f82f security/policykit/Makefile
--- a/security/policykit/Makefile       Mon Nov 24 14:40:10 2008 +0000
+++ b/security/policykit/Makefile       Mon Nov 24 14:50:43 2008 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index