diff options
author | pav <pav@FreeBSD.org> | 2009-05-18 23:08:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-05-18 23:08:58 +0800 |
commit | 041a24ea1dbae179a8345dc62f8abfbd5572d852 (patch) | |
tree | 3210d09ee407f41a3037fa71d889a24b901ed8bd /audio/whysynth | |
parent | cf162b42fa38a9cc73bce6465994bc4db614923d (diff) | |
download | freebsd-ports-gnome-041a24ea1dbae179a8345dc62f8abfbd5572d852.tar.gz freebsd-ports-gnome-041a24ea1dbae179a8345dc62f8abfbd5572d852.tar.zst freebsd-ports-gnome-041a24ea1dbae179a8345dc62f8abfbd5572d852.zip |
- Chase fftw3 update
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 |