diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-28 00:16:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-28 00:16:57 +0000 |
commit | 864284545c6823762414172864b5be11fb77aaed (patch) | |
tree | abfd68b8753cc6bcc11cad568d57d71208cdb0a1 /math/fpc-fftw | |
parent | 177c914d3187ddcd6c6f541dd00936f2c1cf0b6c (diff) | |
download | ports-864284545c6823762414172864b5be11fb77aaed.tar.gz ports-864284545c6823762414172864b5be11fb77aaed.zip |
Notes
Diffstat (limited to 'math/fpc-fftw')
-rw-r--r-- | math/fpc-fftw/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/fpc-fftw/Makefile b/math/fpc-fftw/Makefile index a730c9639174..c1544305b244 100644 --- a/math/fpc-fftw/Makefile +++ b/math/fpc-fftw/Makefile @@ -12,11 +12,12 @@ USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} +EXTRACTUNITDIR= ${WRKUNITDIR} OPTIONS_DEFINE= FFTW3 FFTW3_DESC= Install FFTW3 library OPTIONS_DEFAULT= FFTW3 -NO_STAGE= yes +FFTW3_LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 + .include "${MASTERDIR}/Makefile" |