aboutsummaryrefslogtreecommitdiff
path: root/audio/streamripper
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/streamripper
parent95ab3035bfc8b040822f80592efa7b9f2b7a51b6 (diff)
downloadports-5978476c353873821167189c3e7e7d3ce7b9909a.tar.gz
ports-5978476c353873821167189c3e7e7d3ce7b9909a.zip
Notes
Diffstat (limited to 'audio/streamripper')
-rw-r--r--audio/streamripper/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile
index 8eac6539757f..ac2978e010a8 100644
--- a/audio/streamripper/Makefile
+++ b/audio/streamripper/Makefile
@@ -14,8 +14,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= sylvio@FreeBSD.org
COMMENT= Splits SHOUTcast stream into tracks
-LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \
- tre.5:${PORTSDIR}/textproc/libtre
+LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad \
+ libtre.so:${PORTSDIR}/textproc/libtre
OPTIONS_DEFINE= FAAD VORBIS
OPTIONS_DEFAULT= FAAD VORBIS
@@ -45,13 +45,13 @@ CDK_VERSION= 5.0-20060507
.if ! ${PORT_OPTIONS:MFAAD}
CONFIGURE_ARGS+= ac_cv_lib_faad_NeAACDecDecode2=no
.else
-LIB_DEPENDS+= faad.2:${PORTSDIR}/audio/faad
+LIB_DEPENDS+= libfaad.so:${PORTSDIR}/audio/faad
.endif
.if ! ${PORT_OPTIONS:MVORBIS}
CONFIGURE_ARGS+= --without-ogg
.else
-LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis
.endif
post-extract: