diff options
author | skrll <skrll@pkgsrc.org> | 2000-11-07 20:28:23 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2000-11-07 20:28:23 +0000 |
commit | 2591a64b6911304f9b9d163c185858871732a390 (patch) | |
tree | 688c43679260fca0ebd86f3302e4a5abc5ed2b62 /benchmarks | |
parent | 8849ff35826cda0e5ecf0bf8126a69f460696e6c (diff) | |
download | pkgsrc-2591a64b6911304f9b9d163c185858871732a390.tar.gz |
Use pkgsrc libtool.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/benchfft/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile index 7665de13f2d..5889d5c26f8 100644 --- a/benchmarks/benchfft/Makefile +++ b/benchmarks/benchfft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/05/13 14:51:11 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.7 2000/11/07 20:28:23 skrll Exp $ DISTNAME= benchfft-2.0 CATEGORIES= benchmarks math @@ -11,6 +11,8 @@ HOMEPAGE= http://theory.lcs.mit.edu/~benchfft/download.html GNU_CONFIGURE= yes USE_GMAKE= yes USE_FORTRAN= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig do-configure: (cd ${WRKDIR}/fftw-2.0.1 && ./configure) |