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/whysynth | |
parent | 25d17d1c3b1abdc96c2a4a8de108d9e967392178 (diff) | |
download | ports-e7ddc4fd469683cfa5fa2f40e4b2a0217803d4bc.tar.gz ports-e7ddc4fd469683cfa5fa2f40e4b2a0217803d4bc.zip |
Notes
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 |