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/fplib | |
parent | 2adb7ce5dcbeff1622195b8dfd206beb718fb467 (diff) | |
download | ports-1870a876bdba6ef3a9c0eefc180988a3c443f175.tar.gz ports-1870a876bdba6ef3a9c0eefc180988a3c443f175.zip |
Notes
Diffstat (limited to 'audio/fplib')
-rw-r--r-- | audio/fplib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/fplib/Makefile b/audio/fplib/Makefile index 9d26ca8469f1..55ee84981018 100644 --- a/audio/fplib/Makefile +++ b/audio/fplib/Makefile @@ -7,6 +7,7 @@ PORTNAME= fplib PORTVERSION= 20100712 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= LOCAL/sunpoet @@ -14,6 +15,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Last.fm fingerprint library LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ + fftw3:${PORTSDIR}/math/fftw3 \ fftw3f:${PORTSDIR}/math/fftw3-float \ mad:${PORTSDIR}/audio/libmad \ samplerate:${PORTSDIR}/audio/libsamplerate \ |