diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-23 12:04:33 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-23 12:04:33 +0800 |
commit | 95f1743876fc9be99260ef23fa0c2067d1917cdd (patch) | |
tree | fc4b3566a3431d76fb589a480b12b805c91e06ea /net | |
parent | 1b2e3718939f247726afafd61db6f06e4061437e (diff) | |
download | freebsd-ports-gnome-95f1743876fc9be99260ef23fa0c2067d1917cdd.tar.gz freebsd-ports-gnome-95f1743876fc9be99260ef23fa0c2067d1917cdd.tar.zst freebsd-ports-gnome-95f1743876fc9be99260ef23fa0c2067d1917cdd.zip |
net/mosquitto: Added net/mosquitto dependency.
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'net')
-rw-r--r-- | net/mosquitto/Makefile | 5 |
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 |