diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:45:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:45:35 +0000 |
commit | cddacdc1a85e239682053f3716b7c685f422ebf4 (patch) | |
tree | 62ec5ad5c85e69fd9755b85db994f8c7042a1fc0 /math/fftw3 | |
parent | 1f7b0d3e1b562bcd76f89ebdbd346571511c07c0 (diff) | |
download | ports-cddacdc1a85e239682053f3716b7c685f422ebf4.tar.gz ports-cddacdc1a85e239682053f3716b7c685f422ebf4.zip |
Notes
Diffstat (limited to 'math/fftw3')
-rw-r--r-- | math/fftw3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 9ea1decf50c4..938da4c03588 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -19,8 +19,8 @@ FFTW3_FLAVOR?= default FFTW3_SUFX= GNU_CONFIGURE= yes -USES= pathfix pkgconfig -USE_PERL5_BUILD=yes +USES= pathfix perl5 pkgconfig +USE_PERL5= build USE_LDCONFIG= yes CONFIGURE_ARGS = --enable-shared --enable-threads --disable-fortran |