diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /audio/streamtranscoder | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (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 543aae7d2ce3..6bafb73115eb 100644 --- a/audio/streamtranscoder/Makefile +++ b/audio/streamtranscoder/Makefile @@ -13,11 +13,11 @@ COMMENT= Transcode and stream audio to a SHOUTcast/Icecast/Peercast server LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -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 +LIB_DEPENDS= libogg.so:audio/libogg \ + libvorbis.so:audio/libvorbis \ + libmad.so:audio/libmad \ + libcurl.so:ftp/curl \ + libmp3lame.so:audio/lame GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |