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/q-audio | |
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/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} |