diff options
author | rillig <rillig> | 2006-07-21 06:36:21 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-07-21 06:36:21 +0000 |
commit | bdeddf70169619830ca1bc2c12486a44246ac5fb (patch) | |
tree | d26b156b52dd36f38fe96c0fcdebdb35bc78a01d /benchmarks | |
parent | 9bab3c7fdb0f7a4063eaedfe9a9794676e8321f7 (diff) | |
download | pkgsrc-bdeddf70169619830ca1bc2c12486a44246ac5fb.tar.gz |
Needs a C compiler.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/benchfft/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile index 9207e519788..dd1cd676c5c 100644 --- a/benchmarks/benchfft/Makefile +++ b/benchmarks/benchfft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/07/19 19:14:37 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2006/07/21 06:36:21 rillig Exp $ DISTNAME= benchfft-2.0 PKGREVISION= 2 @@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes USE_TOOLS+= gmake -USE_LANGUAGES= fortran +USE_LANGUAGES= c fortran USE_LIBTOOL= yes LIBTOOL_OVERRIDE= libtool ../fftw-*/libtool |