summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichard <richard>2015-07-04 09:25:48 +0000
committerrichard <richard>2015-07-04 09:25:48 +0000
commit202b81569ad5907ad4ae6a3b74520746e6b3b452 (patch)
tree044903dced01ba17c3a1ede8d822e8a676ba84f7
parent1ce9eda55b2821400e4ba7e012fab45ba9e0d7ed (diff)
downloadpkgsrc-202b81569ad5907ad4ae6a3b74520746e6b3b452.tar.gz
avoid "compilation error: file ./xsltproc.xml line 10 element refentry"
by making sure docbook-xml and docbook-xsl available during build (per wiz@)
-rw-r--r--textproc/libxslt/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 9afa7df88f1..cf37ba7e86f 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2015/06/12 10:51:21 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2015/07/04 09:25:48 richard Exp $
DISTNAME= libxslt-1.1.28
PKGREVISION= 4
@@ -34,6 +34,9 @@ post-extract:
BUILDLINK_TRANSFORM+= opt:-Wl,./libxslt.syms:-Wl,./libxslt_solaris.syms
.endif
+BUILD_DEPENDS+= docbook-xml-[0-9]*:../../textproc/docbook-xml
+BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.27
.include "../../security/libgcrypt/buildlink3.mk"