diff options
Diffstat (limited to 'audio/whysynth/Makefile')
-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 680d30e1888..ce460163e3b 100644 --- a/audio/whysynth/Makefile +++ b/audio/whysynth/Makefile @@ -7,7 +7,7 @@ PORTNAME= whysynth PORTVERSION= 20070418 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://home.jps.net/~musound/ @@ -17,7 +17,7 @@ COMMENT= Versatile softsynth implemented as a DSSI plugin LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ lo.7:${PORTSDIR}/audio/liblo \ jack.0:${PORTSDIR}/audio/jack \ - fftw3f.4:${PORTSDIR}/math/fftw3-float + fftw3f.5:${PORTSDIR}/math/fftw3-float BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi USE_BZIP2= yes |