diff options
Diffstat (limited to 'audio/whysynth/Makefile')
-rw-r--r-- | audio/whysynth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile index 307d6746099c..82bb05a33392 100644 --- a/audio/whysynth/Makefile +++ b/audio/whysynth/Makefile @@ -7,6 +7,7 @@ PORTNAME= whysynth PORTVERSION= 20100922 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://smbolton.com/whysynth/ @@ -18,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \ LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ lo.7:${PORTSDIR}/audio/liblo \ jack.0:${PORTSDIR}/audio/jack \ - fftw3f.5:${PORTSDIR}/math/fftw3-float + fftw3f:${PORTSDIR}/math/fftw3-float LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi |