net/mosquitto: Added net/mosquitto dependency.
Approved by: tcberner (mentor, implicit)
This commit is contained in:
parent
ac15ca9b94
commit
96517242f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462668
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue