Sat Jan 30 10:17:55 2021 UTC ()
mosquitto: libxslt is a build dependency

xsltproc is used for generating the man pages.


(wiz)
diff -r1.16 -r1.17 pkgsrc/net/mosquitto/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/net/mosquitto/Makefile (expand / switch to context diff)
--- pkgsrc/net/mosquitto/Makefile 2021/01/30 07:31:30 1.16
+++ pkgsrc/net/mosquitto/Makefile 2021/01/30 10:17:55 1.17
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2021/01/30 07:31:30 mef Exp $
+# $NetBSD: Makefile,v 1.17 2021/01/30 10:17:55 wiz Exp $
 
 DISTNAME=	mosquitto-2.0.6
 CATEGORIES=	net
@@ -9,6 +9,8 @@
 COMMENT=	Open Source MQTT broker
 LICENSE=	epl-v1.0
 
+BUILD_DEPENDS+=	libxslt-[0-9]*:../../textproc/libxslt
+
 USE_LANGUAGES+=	c c++
 # Upstream documents that "unix" should use make, but Mac cmake.
 # After asking and receiving no guidance, choose to always use cmake.
@@ -55,5 +57,4 @@
 # ?needed
 .include "../../net/libcares/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
-.include "../../textproc/libxslt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"