From e4434c55ff3ee9520bba519c41a0ef9826fe274b Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Thu, 11 May 2000 02:07:08 +0000 Subject: add missing USE_FORTRAN --- math/fftw/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/fftw') 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 -- cgit v1.2.3