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/streamtranscoder | |
parent | 95ab3035bfc8b040822f80592efa7b9f2b7a51b6 (diff) |
Notes
Diffstat (limited to 'audio/streamtranscoder')
-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 |