summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorskrll <skrll>2000-11-07 20:28:23 +0000
committerskrll <skrll>2000-11-07 20:28:23 +0000
commit26578467fdcdba0dfa9f4f0d8efcc0faad149a93 (patch)
tree688c43679260fca0ebd86f3302e4a5abc5ed2b62 /benchmarks
parent082a7b25d548ce56a378981320cc8aed7190b518 (diff)
downloadpkgsrc-26578467fdcdba0dfa9f4f0d8efcc0faad149a93.tar.gz
Use pkgsrc libtool.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/benchfft/Makefile4
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)