aboutsummaryrefslogtreecommitdiff
path: root/audio/q-audio
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-05-18 15:08:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-05-18 15:08:58 +0000
commitd0f33fd4a70e4465865a1979380d756a52970f1d (patch)
tree1016f50d3bc25c3967030195050b0600296ebbe4 /audio/q-audio
parent55af5f30cd2f08aa4cf23f924f03434f134b6a52 (diff)
downloadports-d0f33fd4a70e4465865a1979380d756a52970f1d.tar.gz
ports-d0f33fd4a70e4465865a1979380d756a52970f1d.zip
Notes
Diffstat (limited to 'audio/q-audio')
-rw-r--r--audio/q-audio/Makefile3
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}