diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
commit | 56b682547ab69c8cb46ba64a7be665fc46665708 (patch) | |
tree | d07ba0f660c05047a740c044241768026823dfe7 /math/gsl | |
parent | 4a2efdf6fdd2ffdd80d2004f36cc96ee8d1c5dfe (diff) | |
download | pkgsrc-56b682547ab69c8cb46ba64a7be665fc46665708.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'math/gsl')
-rw-r--r-- | math/gsl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 0dfbbe4eb91..b84b084b82e 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/08/02 13:20:15 seb Exp $ +# $NetBSD: Makefile,v 1.13 2003/08/09 11:11:31 seb Exp $ DISTNAME= gsl-1.3 CATEGORIES= math devel @@ -11,7 +11,6 @@ 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 |