summaryrefslogtreecommitdiff
path: root/math/gsl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r--math/gsl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index e060ff5cb15..0dfbbe4eb91 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/07/02 22:28:05 jtb Exp $
+# $NetBSD: Makefile,v 1.12 2003/08/02 13:20:15 seb Exp $
DISTNAME= gsl-1.3
CATEGORIES= math devel
@@ -11,8 +11,9 @@ COMMENT= The GNU Scientific Library
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+USE_NEW_TEXINFO= yes
+INFO_FILES= gsl-ref.info
TEST_TARGET= check
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"