summaryrefslogtreecommitdiff
path: root/math/gsl
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-07-02 22:28:05 +0000
committerjtb <jtb@pkgsrc.org>2003-07-02 22:28:05 +0000
commit157d032de41eb89b15dc588c6e406693b481d2c3 (patch)
tree902ccdd13a949ce1f920307429332238ed472c4a /math/gsl
parentef56ddbd0f5a61938ead3fc94bc9be6331fa35d8 (diff)
downloadpkgsrc-157d032de41eb89b15dc588c6e406693b481d2c3.tar.gz
Add a TEST_TARGET.
Diffstat (limited to 'math/gsl')
-rw-r--r--math/gsl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index 52d01149026..e060ff5cb15 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/02/17 01:01:38 jtb Exp $
+# $NetBSD: Makefile,v 1.11 2003/07/02 22:28:05 jtb Exp $
DISTNAME= gsl-1.3
CATEGORIES= math devel
@@ -10,7 +10,9 @@ COMMENT= The GNU Scientific Library
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+TEST_TARGET= check
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"