diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-03-31 05:25:03 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-03-31 05:25:03 +0000 |
commit | e7ddc4fd469683cfa5fa2f40e4b2a0217803d4bc (patch) | |
tree | 8b508861774c853399710c47740eb2162f593ddb /audio/jamin | |
parent | 25d17d1c3b1abdc96c2a4a8de108d9e967392178 (diff) |
Notes
Diffstat (limited to 'audio/jamin')
-rw-r--r-- | audio/jamin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/jamin/Makefile b/audio/jamin/Makefile index 4a489db337b7..eb19816ad4a6 100644 --- a/audio/jamin/Makefile +++ b/audio/jamin/Makefile @@ -7,7 +7,7 @@ PORTNAME= jamin PORTVERSION= 0.95.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= jamin @@ -17,7 +17,7 @@ COMMENT= JACK Audio Mastering interface LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \ jack.0:${PORTSDIR}/audio/jack \ - lo.6:${PORTSDIR}/audio/liblo + lo.7:${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 |