diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 21:29:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 21:29:15 +0800 |
commit | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/murmur | |
parent | 734d10a8b4340cbeb3639bfaf8c7249ec7089c0a (diff) | |
download | freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.gz freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.zst freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.zip |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
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 |