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/whysynth | |
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/whysynth')
-rw-r--r-- | audio/whysynth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile index cb774bb2ad76..680d30e18889 100644 --- a/audio/whysynth/Makefile +++ b/audio/whysynth/Makefile @@ -7,7 +7,7 @@ PORTNAME= whysynth PORTVERSION= 20070418 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://home.jps.net/~musound/ @@ -15,7 +15,7 @@ MAINTAINER= trasz@FreeBSD.org COMMENT= Versatile softsynth implemented as a DSSI plugin LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ - lo.6:${PORTSDIR}/audio/liblo \ + lo.7:${PORTSDIR}/audio/liblo \ jack.0:${PORTSDIR}/audio/jack \ fftw3f.4:${PORTSDIR}/math/fftw3-float BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi |