aboutsummaryrefslogtreecommitdiff
path: root/audio/ezstream
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /audio/ezstream
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'audio/ezstream')
-rw-r--r--audio/ezstream/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile
index 313acc5af08c..9063527329ee 100644
--- a/audio/ezstream/Makefile
+++ b/audio/ezstream/Makefile
@@ -11,8 +11,8 @@ MASTER_SITES= http://downloads.xiph.org/releases/ezstream/ \
MAINTAINER= ayu@commun.jp
COMMENT= Command line utility for streaming to icecast servers
-LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout \
- libvorbis.so:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS= libshout.so:audio/libshout \
+ libvorbis.so:audio/libvorbis
OPTIONS_DEFINE= TAGLIB DOCS EXAMPLES
OPTIONS_DEFAULT= TAGLIB
@@ -36,7 +36,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
TAGLIB_CONFIGURE_OFF= --without-taglib
-TAGLIB_LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib
+TAGLIB_LIB_DEPENDS= libtag.so:audio/taglib
TAGLIB_CONFIGURE_ON= --with-taglib=${LOCALBASE}
.include <bsd.port.options.mk>