pkgsrc-WIP-changes archive

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

brlcad: Need for libxslt and libxml2



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Oct 20 20:40:11 2016 +0200
Changeset:	1f2bf62d91dea4becf18aa55bbc7d9427be0435e

Modified Files:
	brlcad/Makefile

Log Message:
brlcad: Need for libxslt and libxml2

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

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

diffstat:
 brlcad/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/brlcad/Makefile b/brlcad/Makefile
index 3c20fcc..c6265e0 100644
--- a/brlcad/Makefile
+++ b/brlcad/Makefile
@@ -45,6 +45,8 @@ PKGCONFIG_OVERRIDE+=	src/other/libz/zlib.pc.in
 BUILD_DEPENDS+=	astyle-[0-9]*:../../devel/astyle
 BUILD_DEPENDS+=	lemon-[0-9]*:../../devel/lemon
 BUILD_DEPENDS+=	re2c-[0-9]*:../../devel/re2c
+BUILD_DEPENDS+=	libxslt-[0-9]*:../../textproc/libxslt # for xsltproc
+BUILD_DEPENDS+=	libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
 
 .include "../../devel/tinycthread/buildlink3.mk"
 .include "../../graphics/adaptagrams/buildlink3.mk"


Home | Main Index | Thread Index | Old Index