pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mosquitto mosquitto: libxslt is a build dependency
details: https://anonhg.NetBSD.org/pkgsrc/rev/26a5a8a5cd7f
branches: trunk
changeset: 445842:26a5a8a5cd7f
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 30 10:17:55 2021 +0000
description:
mosquitto: libxslt is a build dependency
xsltproc is used for generating the man pages.
diffstat:
net/mosquitto/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 20c7cd72ccc9 -r 26a5a8a5cd7f net/mosquitto/Makefile
--- a/net/mosquitto/Makefile Sat Jan 30 10:15:15 2021 +0000
+++ b/net/mosquitto/Makefile Sat Jan 30 10:17:55 2021 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index