aboutsummaryrefslogtreecommitdiff
path: root/audio/rubberband
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/rubberband
parent95ab3035bfc8b040822f80592efa7b9f2b7a51b6 (diff)
downloadports-5978476c353873821167189c3e7e7d3ce7b9909a.tar.gz
ports-5978476c353873821167189c3e7e7d3ce7b9909a.zip
Notes
Diffstat (limited to 'audio/rubberband')
-rw-r--r--audio/rubberband/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/rubberband/Makefile b/audio/rubberband/Makefile
index a21eee1d6206..ce767e68cb72 100644
--- a/audio/rubberband/Makefile
+++ b/audio/rubberband/Makefile
@@ -13,10 +13,10 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
-LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
- samplerate:${PORTSDIR}/audio/libsamplerate \
- vamp-sdk.2:${PORTSDIR}/audio/vamp-plugin-sdk \
- fftw3.6:${PORTSDIR}/math/fftw3
+LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
+ libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
+ libvamp-sdk.so:${PORTSDIR}/audio/vamp-plugin-sdk \
+ libfftw3.so:${PORTSDIR}/math/fftw3
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
USES= gmake pkgconfig