diff options
author | mef <mef@pkgsrc.org> | 2021-01-30 07:31:30 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-01-30 07:31:30 +0000 |
commit | ca9cc6cc5cac15f96ad6835c9adc049c0609c602 (patch) | |
tree | 1410c3e941566f83ea2794e9fa9d179f7a284a9b /net/mosquitto | |
parent | 834710f62dddaec26e9e1de0f8eb35f080c7cd3d (diff) | |
download | pkgsrc-ca9cc6cc5cac15f96ad6835c9adc049c0609c602.tar.gz |
(net/mosquitto) build fix: +textproc/libxslt/buildlink3.mk
Diffstat (limited to 'net/mosquitto')
-rw-r--r-- | net/mosquitto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index d7b666ae413..c01eea6e2a4 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -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" |