From 38a94b8024728f0804aa2d7cbc6ee36126b68073 Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 10 Feb 2026 16:13:23 +0000 Subject: [PATCH] add BDEP on docbook-xsl --- net/mosquitto/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 5380035ac9b..7e0853e72a6 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -27,8 +27,11 @@ MODPY_ADJ_FILES= ${WRKSRC}/plugins/*/*.py BUILD_DEPENDS= devel/uthash \ devel/cunit \ - devel/gtest \ - textproc/libxslt + devel/gtest +# for xml->manpages; releases include generated files, but the cmake +# build regenerates them if xsltproc is present. +BUILD_DEPENDS+= textproc/libxslt \ + textproc/docbook-xsl LIB_DEPENDS= databases/sqlite3 \ devel/cjson \ security/argon2 \