diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-18 15:08:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-18 15:08:58 +0000 |
commit | d0f33fd4a70e4465865a1979380d756a52970f1d (patch) | |
tree | 1016f50d3bc25c3967030195050b0600296ebbe4 /audio/whysynth | |
parent | 55af5f30cd2f08aa4cf23f924f03434f134b6a52 (diff) |
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 680d30e18889..ce460163e3ba 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 |