summaryrefslogtreecommitdiff
path: root/audio/ezstream
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:35:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:35:36 +0000
commit5978476c353873821167189c3e7e7d3ce7b9909a (patch)
tree5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/ezstream
parent- Make 'make -VLEGAL' match the entry in LEGAL and (diff)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio With hat: portmgr
Notes
Notes: svn path=/head/; revision=336166
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 16a95cdd202e..4be9f3eb7ef1 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= A command line utility for streaming to icecast servers
-LIB_DEPENDS= shout:${PORTSDIR}/audio/libshout2 \
- vorbis:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout2 \
+ libvorbis.so:${PORTSDIR}/audio/libvorbis
OPTIONS_DEFINE= TAGLIB
OPTIONS_DEFAULT= TAGLIB
@@ -41,7 +41,7 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.if ${PORT_OPTIONS:MTAGLIB}
CONFIGURE_ARGS+= --without-taglib
.else
-LIB_DEPENDS+= tag:${PORTSDIR}/audio/taglib
+LIB_DEPENDS+= libtag.so:${PORTSDIR}/audio/taglib
CONFIGURE_ARGS+= --with-taglib=${LOCALBASE}
.endif