diff options
author | deischen <deischen@FreeBSD.org> | 2013-07-14 01:23:19 +0800 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2013-07-14 01:23:19 +0800 |
commit | d9471aca9fd75833d05d77c5202ea8b18a36f956 (patch) | |
tree | 64e7ea4ddd7bcb1c11086355e7cd51bb9e023dd8 /audio/jamin | |
parent | 48105f8c0dcf65ad0244f774f005a0a1849e97fb (diff) | |
download | freebsd-ports-gnome-d9471aca9fd75833d05d77c5202ea8b18a36f956.tar.gz freebsd-ports-gnome-d9471aca9fd75833d05d77c5202ea8b18a36f956.tar.zst freebsd-ports-gnome-d9471aca9fd75833d05d77c5202ea8b18a36f956.zip |
Bump PORTREVISION after upgrade to audio/liblo.
After discussion with: pawel and MAINTAINER.
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 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 |