pkgsrc-WIP-changes archive

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

upower: add two build dependencies to fix build of man pages.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon May 2 17:27:18 2016 +0200
Changeset:	6912e5e6e90e11b7fa3bbbfeaabb0a47b32e5713

Modified Files:
	upower/Makefile

Log Message:
upower: add two build dependencies to fix build of man pages.

XXX: Still complains about introspection.dtd missing, but that's
not fatal like the others.

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

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

diffstat:
 upower/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/upower/Makefile b/upower/Makefile
index 5e8df00..4a4594a 100644
--- a/upower/Makefile
+++ b/upower/Makefile
@@ -11,6 +11,9 @@ HOMEPAGE=	http://upower.freedesktop.org/releases/
 COMMENT=	UPower is an abstraction for enumerating power devices
 LICENSE=	gnu-gpl-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