diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fftw2/Makefile b/math/fftw2/Makefile index 7219d4d65ca..31b42dcf4c9 100644 --- a/math/fftw2/Makefile +++ b/math/fftw2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/05 16:27:27 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/09 01:11:31 jlam Exp $ DISTNAME= fftw-2.1.5 PKGNAME= fftw2-2.1.5 @@ -20,6 +20,6 @@ CONFIGURE_ARGS+= --enable-i386-hacks .endif USE_LANGUAGES= fortran USE_TOOLS+= gmake makeinfo -INFO_FILES= fftw.info +INFO_FILES= # PLIST .include "../../mk/bsd.pkg.mk" |