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 | d512b4fc7d1023f058b26e8cdb922abc72600a70 (patch) | |
tree | d07ba0f660c05047a740c044241768026823dfe7 /math/fftw/Makefile | |
parent | 54951c6c166cd5d8319fb5f7f67be2a905754478 (diff) | |
download | pkgsrc-d512b4fc7d1023f058b26e8cdb922abc72600a70.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'math/fftw/Makefile')
-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 |