diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-10 12:05:49 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-10 12:05:49 +0000 |
commit | be78cf82ed5429a6baf535e8704341ec242e5c21 (patch) | |
tree | 232900023f49f6f748500e04017d66055792caa8 /math | |
parent | 72168d4aa1b67d3da4f493a707bd20e0479bca07 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index b934f74b5331..0db6de94359d 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -26,7 +26,7 @@ USE_AUTOTOOLS= libtool:15 USE_FORTRAN= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" FC="${FC}" F77="${F77}" +CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes PLIST_SUB= FFTW_SUFX="${FFTW_SUFX}" |