diff options
Diffstat (limited to 'audio/q-audio')
-rw-r--r-- | audio/q-audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile index f5471560e7c6..8204215c0b5b 100644 --- a/audio/q-audio/Makefile +++ b/audio/q-audio/Makefile @@ -7,6 +7,7 @@ PORTNAME= audio PORTVERSION= 2.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/q-lang PKGNAMEPREFIX= q- @@ -18,7 +19,7 @@ COMMENT= Q-Audio -- digital audio interface for the Q language LIB_DEPENDS= q.8:${PORTSDIR}/lang/q \ jack.0:${PORTSDIR}/audio/jack \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ - fftw3.4:${PORTSDIR}/math/fftw3 + fftw3.5:${PORTSDIR}/math/fftw3 BUILD_DEPENDS= ${LOCALBASE}/lib/portaudio2/libportaudio.so.2:${PORTSDIR}/audio/portaudio2 RUN_DEPENDS= ${BUILD_DEPENDS} |