diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-03-06 17:27:26 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-03-06 17:27:26 +0000 |
commit | 1870a876bdba6ef3a9c0eefc180988a3c443f175 (patch) | |
tree | 7efe1fff4b3b06633fe49ba7538b531af68d3db7 /audio/libconvolve | |
parent | 2adb7ce5dcbeff1622195b8dfd206beb718fb467 (diff) | |
download | ports-1870a876bdba6ef3a9c0eefc180988a3c443f175.tar.gz ports-1870a876bdba6ef3a9c0eefc180988a3c443f175.zip |
Notes
Diffstat (limited to 'audio/libconvolve')
-rw-r--r-- | audio/libconvolve/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/libconvolve/Makefile b/audio/libconvolve/Makefile index 0575e3e30b71..de4b773c694f 100644 --- a/audio/libconvolve/Makefile +++ b/audio/libconvolve/Makefile @@ -7,7 +7,7 @@ PORTNAME= libconvolve PORTVERSION= 0.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/heaven/Audio%20Applications/Jack%20Related/jack_convolve/ EXTRACT_SUFX= .tgz @@ -18,7 +18,8 @@ COMMENT= Simple C library for partitioned convolution LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \ +LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ + fftw3f:${PORTSDIR}/math/fftw3-float \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ sndfile.1:${PORTSDIR}/audio/libsndfile |