pkgsrc-WIP-changes archive

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

polkit: needs docbook-xsl for manpages



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Oct 19 20:10:20 2015 +0200
Changeset:	b04504e9ee599bd76a03448587382e50cc05b43c

Modified Files:
	polkit-git/Makefile
	polkit/Makefile

Log Message:
polkit: needs docbook-xsl for manpages

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b04504e9ee599bd76a03448587382e50cc05b43c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 polkit-git/Makefile | 3 +++
 polkit/Makefile     | 3 +++
 2 files changed, 6 insertions(+)

diffs:
diff --git a/polkit-git/Makefile b/polkit-git/Makefile
index 8d9a8e0..c4487a9 100644
--- a/polkit-git/Makefile
+++ b/polkit-git/Makefile
@@ -13,6 +13,9 @@ HOMEPAGE=	http://www.freedesktop.org/wiki/Software/polkit
 COMMENT=	Authorization Manager
 LICENSE=	gnu-lgpl-v2
 
+BUILD_DEPENDS+=		libxslt-[0-9]*:../../textproc/libxslt
+BUILD_DEPENDS+=		docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+
 WRKSRC=		${WRKDIR}/polkit
 
 GNU_CONFIGURE=		yes
diff --git a/polkit/Makefile b/polkit/Makefile
index 6c73d34..ae215cf 100644
--- a/polkit/Makefile
+++ b/polkit/Makefile
@@ -10,6 +10,9 @@ HOMEPAGE=	http://www.freedesktop.org/wiki/Software/polkit
 COMMENT=	Authorization Manager
 LICENSE=	gnu-lgpl-v2
 
+BUILD_DEPENDS+=		libxslt-[0-9]*:../../textproc/libxslt
+BUILD_DEPENDS+=		docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+
 GNU_CONFIGURE=		yes
 USE_LIBTOOL=		yes
 USE_PKGLOCALEDIR=	yes


Home | Main Index | Thread Index | Old Index