summaryrefslogtreecommitdiff
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
parent082a7b25d548ce56a378981320cc8aed7190b518 (diff)
downloadpkgsrc-26578467fdcdba0dfa9f4f0d8efcc0faad149a93.tar.gz
Use pkgsrc libtool.
-rw-r--r--benchmarks/benchfft/Makefile4
-rw-r--r--databases/freetds/Makefile4
2 files changed, 6 insertions, 2 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)
diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile
index 433630729e2..4e4418f9957 100644
--- a/databases/freetds/Makefile
+++ b/databases/freetds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/05/16 01:03:47 tsarna Exp $
+# $NetBSD: Makefile,v 1.2 2000/11/07 20:32:26 skrll Exp $
DISTNAME= freetds-0.50
CATEGORIES= databases
@@ -11,6 +11,8 @@ HOMEPAGE= http://www.freetds.org/
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}/freetds
USE_GMAKE= yes
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
WRKSRC= ${WRKDIR}/freetds