diff options
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r-- | math/gsl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index cf843b3bbdb..0a13a3e1b82 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/11/22 12:58:40 agc Exp $ +# $NetBSD: Makefile,v 1.7 2002/02/18 15:14:30 seb Exp $ # DISTNAME= gsl-1.0 @@ -22,8 +22,8 @@ HOMEPAGE= http://sources.redhat.com/gsl/ COMMENT= The GNU Scientific Library GNU_CONFIGURE= yes -USE_GTEXINFO= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |