aboutsummaryrefslogtreecommitdiff
path: root/net/mosquitto
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-02-23 04:04:33 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-02-23 04:04:33 +0000
commit96517242f4029afe853baf98404f9bda8dcc014c (patch)
treefc4b3566a3431d76fb589a480b12b805c91e06ea /net/mosquitto
parentac15ca9b949ade9d66f5ea40cfcb09180dea17cb (diff)
downloadports-96517242f4029afe853baf98404f9bda8dcc014c.tar.gz
ports-96517242f4029afe853baf98404f9bda8dcc014c.zip
net/mosquitto: Added net/mosquitto dependency.
Approved by: tcberner (mentor, implicit)
Notes
Notes: svn path=/head/; revision=462668
Diffstat (limited to 'net/mosquitto')
-rw-r--r--net/mosquitto/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile
index 7f3037370db0..4fd8e575e0e5 100644
--- a/net/mosquitto/Makefile
+++ b/net/mosquitto/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mosquitto
PORTVERSION= 1.4.14
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://mosquitto.org/files/source/
@@ -12,7 +12,8 @@ COMMENT= Open-Source MQTT Broker
LICENSE= BSD3CLAUSE
-LIB_DEPENDS= libcares.so:dns/c-ares
+LIB_DEPENDS= libcares.so:dns/c-ares \
+ libuuid.so:misc/e2fsprogs-libuuid
BUILD_DEPENDS= xsltproc:textproc/libxslt
USES= cmake ssl