aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2025-03-12 16:00:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2025-03-12 16:00:34 +0000
commit931d892b2571008614d009fd2f9f3d43a1a2b255 (patch)
tree0b3b71429e77161519482c1cda0eb173fa8ae613
parentee6a9aba3178a193d8b3a72bbd52f7914dad7b3a (diff)
textproc/asciidoc: add forgotten build dependency on libxslt
-rw-r--r--textproc/asciidoc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile
index 58db95f86496..a5632e873f42 100644
--- a/textproc/asciidoc/Makefile
+++ b/textproc/asciidoc/Makefile
@@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \
- xmllint:textproc/libxml2
+ xmllint:textproc/libxml2 \
+ xsltproc:textproc/libxslt
RUN_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \
xmllint:textproc/libxml2 \
xsltproc:textproc/libxslt