summaryrefslogtreecommitdiff
path: root/math/fftw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftw/Makefile')
-rw-r--r--math/fftw/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index 45dbef6599d..e38b5a62816 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/04/27 22:22:22 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2002/02/18 15:14:29 seb Exp $
DISTNAME= fftw-2.1.3
CATEGORIES= math
@@ -16,5 +16,7 @@ CONFIGURE_ARGS+= --enable-i386-hacks
USE_FORTRAN= yes
USE_GMAKE= yes
INFO_FILES= fftw.info
+TEXINFO_OVERRIDE= YES
+.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"