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/fftw | |
parent | 4a2efdf6fdd2ffdd80d2004f36cc96ee8d1c5dfe (diff) | |
download | pkgsrc-56b682547ab69c8cb46ba64a7be665fc46665708.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'math/fftw')
-rw-r--r-- | math/fftw/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 6cd2ead93ab..0324ae3c416 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/08 14:05:29 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2003/08/09 11:11:30 seb Exp $ .if (${MACHINE_ARCH} == "powerpc") DISTNAME= fftw-3.0.1-fma @@ -20,7 +20,6 @@ PKGCONFIG_OVERRIDE+= ${WRKSRC}/fftw.pc.in GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared USE_FORTRAN= yes -USE_NEW_TEXINFO= yes USE_GMAKE= yes INFO_FILES= fftw3.info |