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:   mef
Date:           Sat Jan 30 07:31:30 UTC 2021

Modified Files:
        pkgsrc/net/mosquitto: Makefile

Log Message:
(net/mosquitto) build fix: +textproc/libxslt/buildlink3.mk


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/net/mosquitto/Makefile:1.16
--- pkgsrc/net/mosquitto/Makefile:1.15  Fri Jan 29 13:58:20 2021
+++ pkgsrc/net/mosquitto/Makefile       Sat Jan 30 07:31:30 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/01/29 13:58:20 gdt Exp $
+# $NetBSD: Makefile,v 1.16 2021/01/30 07:31:30 mef Exp $
 
 DISTNAME=      mosquitto-2.0.6
 CATEGORIES=    net
@@ -55,4 +55,5 @@ 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