diff options
Diffstat (limited to 'audio/streamtranscoder/Makefile')
-rw-r--r-- | audio/streamtranscoder/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/streamtranscoder/Makefile b/audio/streamtranscoder/Makefile index a3766c53ab43..54c9b83b8352 100644 --- a/audio/streamtranscoder/Makefile +++ b/audio/streamtranscoder/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= http://www.oddsock.org/tools/streamTranscoder/ MAINTAINER= mark@mkproductions.org COMMENT= Transcode and stream audio to a SHOUTcast/Icecast/Peercast server -LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \ - vorbis:${PORTSDIR}/audio/libvorbis \ - mad:${PORTSDIR}/audio/libmad \ - curl:${PORTSDIR}/ftp/curl \ - mp3lame:${PORTSDIR}/audio/lame +LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libmad.so:${PORTSDIR}/audio/libmad \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libmp3lame.so:${PORTSDIR}/audio/lame NO_STAGE= yes GNU_CONFIGURE= yes |