diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-21 06:36:21 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-21 06:36:21 +0000 |
commit | 4ceaabdb753434a28c683098402b9a2d601e4a84 (patch) | |
tree | d26b156b52dd36f38fe96c0fcdebdb35bc78a01d /benchmarks | |
parent | 9969dfc344d1cb4698c605ad8c927474c94dee25 (diff) | |
download | pkgsrc-4ceaabdb753434a28c683098402b9a2d601e4a84.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 |