diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 6809f4bf0de..c7d08abdde4 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/27 18:45:15 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2000/05/11 02:07:08 dmcmahill Exp $ DISTNAME= fftw-2.1.3 CATEGORIES= math @@ -12,6 +12,7 @@ CONFIGURE_ARGS= --enable-shared .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+= --enable-i386-hacks .endif +USE_FORTRAN= yes USE_GMAKE= yes INFO_FILES= fftw.info |