pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/mosquitto
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 30 10:17:55 UTC 2021
Modified Files:
pkgsrc/net/mosquitto: Makefile
Log Message:
mosquitto: libxslt is a build dependency
xsltproc is used for generating the man pages.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/mosquitto/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/mosquitto/Makefile
diff -u pkgsrc/net/mosquitto/Makefile:1.16 pkgsrc/net/mosquitto/Makefile:1.17
--- pkgsrc/net/mosquitto/Makefile:1.16 Sat Jan 30 07:31:30 2021
+++ pkgsrc/net/mosquitto/Makefile Sat Jan 30 10:17:55 2021
@@ -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 @@ HOMEPAGE= https://mosquitto.org/
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 @@ TEST_TARGET= test
# ?needed
.include "../../net/libcares/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
-.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index