diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:35:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:35:36 +0000 |
commit | 5978476c353873821167189c3e7e7d3ce7b9909a (patch) | |
tree | 5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/ezstream | |
parent | 95ab3035bfc8b040822f80592efa7b9f2b7a51b6 (diff) | |
download | ports-5978476c353873821167189c3e7e7d3ce7b9909a.tar.gz ports-5978476c353873821167189c3e7e7d3ce7b9909a.zip |
Notes
Diffstat (limited to 'audio/ezstream')
-rw-r--r-- | audio/ezstream/Makefile | 6 |
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 |