aboutsummaryrefslogtreecommitdiff
path: root/audio/jamin
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2013-07-13 17:23:19 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2013-07-13 17:23:19 +0000
commit62828ab4fa8302e3226d5aa802aaf431089e2a81 (patch)
tree64e7ea4ddd7bcb1c11086355e7cd51bb9e023dd8 /audio/jamin
parent7cd37a8ef41983d8317adbbfa2d1009fc411cefc (diff)
downloadports-62828ab4fa8302e3226d5aa802aaf431089e2a81.tar.gz
ports-62828ab4fa8302e3226d5aa802aaf431089e2a81.zip
Notes
Diffstat (limited to 'audio/jamin')
-rw-r--r--audio/jamin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/jamin/Makefile b/audio/jamin/Makefile
index dc472568261c..037fba3ff338 100644
--- a/audio/jamin/Makefile
+++ b/audio/jamin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jamin
PORTVERSION= 0.95.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= SF
@@ -16,7 +16,7 @@ COMMENT= JACK Audio Mastering interface
LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \
jack.0:${PORTSDIR}/audio/jack \
- lo.7:${PORTSDIR}/audio/liblo
+ lo:${PORTSDIR}/audio/liblo
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \
${LOCALBASE}/lib/ladspa/fast_lookahead_limiter_1913.so:${PORTSDIR}/audio/swhplugins
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3