diff options
-rw-r--r-- | benchmarks/benchfft/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile index 9009e3e5fdc..141e37744ab 100644 --- a/benchmarks/benchfft/Makefile +++ b/benchmarks/benchfft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/09/30 14:51:46 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2002/09/30 15:00:32 wiz Exp $ DISTNAME= benchfft-2.0 CATEGORIES= benchmarks math @@ -11,6 +11,7 @@ HOMEPAGE= http://www.fftw.org/benchfft/ COMMENT= Benchmark your machine with a number of FFT algorithims GNU_CONFIGURE= yes +USE_BUILDLINK2= yes USE_GMAKE= yes USE_FORTRAN= yes USE_LIBTOOL= yes |