diff options
author | trasz <trasz@FreeBSD.org> | 2009-03-31 13:25:03 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2009-03-31 13:25:03 +0800 |
commit | 7eeeffecab3c09f16b0e2d02071cc79f438c4781 (patch) | |
tree | ac1bac34f76443bb8d90c90d22bf638fd2a8143e /audio/jamin | |
parent | 4fc021dc540daa5b686d9d5e65a1112f1c227a54 (diff) | |
download | freebsd-ports-gnome-7eeeffecab3c09f16b0e2d02071cc79f438c4781.tar.gz freebsd-ports-gnome-7eeeffecab3c09f16b0e2d02071cc79f438c4781.tar.zst freebsd-ports-gnome-7eeeffecab3c09f16b0e2d02071cc79f438c4781.zip |
Update audio/liblo to 0.26.
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 |