diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/murmur | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) | |
download | ports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip |
Notes
Diffstat (limited to 'audio/murmur')
-rw-r--r-- | audio/murmur/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile index fd367cd6ac86..1de8cbc2b628 100644 --- a/audio/murmur/Makefile +++ b/audio/murmur/Makefile @@ -11,8 +11,8 @@ COMMENT= Murmur is the server component of Mumble LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs -LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf +BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs +LIB_DEPENDS= libprotobuf.so:devel/protobuf USERS= murmur GROUPS= murmur @@ -39,7 +39,7 @@ BONJOUR_DESC= Bonjour Support .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MICE} -LIB_DEPENDS+= libIce.so:${PORTSDIR}/devel/ice +LIB_DEPENDS+= libIce.so:devel/ice .else CONFIG+= no-ice .endif @@ -51,7 +51,7 @@ CONFIG+= no-dbus .endif .if ${PORT_OPTIONS:MBONJOUR} -LIB_DEPENDS+= libdns_sd.so:${PORTSDIR}/net/mDNSResponder +LIB_DEPENDS+= libdns_sd.so:net/mDNSResponder .else CONFIG+= no-bonjour .endif |