summaryrefslogtreecommitdiff
path: root/math/fftw
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-06-10 00:25:16 +0000
committerjmc <jmc@pkgsrc.org>2003-06-10 00:25:16 +0000
commit00914a324bd9bf6f2a6f06a6cda9f53bdb7b94a4 (patch)
tree3c5f63605ec3415630bb88e1d6c253332677f982 /math/fftw
parent70f3aa82f24e7a7ba6abad69de8a2355defbcb1d (diff)
downloadpkgsrc-00914a324bd9bf6f2a6f06a6cda9f53bdb7b94a4.tar.gz
If the texi file is getting patched it needs to be rebuilt and that needs a
current texinfo.
Diffstat (limited to 'math/fftw')
-rw-r--r--math/fftw/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index 201b3019840..ca475a0677f 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/06/05 21:41:42 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2003/06/10 00:25:16 jmc Exp $
.if (${MACHINE_ARCH} == "powerpc")
DISTNAME= fftw-3.0-fma
@@ -24,6 +24,7 @@ USE_FORTRAN= yes
USE_GMAKE= yes
INFO_FILES= fftw3.info
TEXINFO_OVERRIDE= yes
+TEXINFO_REQD= 4.5
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"