diff options
author | jmc <jmc> | 2003-06-10 00:25:16 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-06-10 00:25:16 +0000 |
commit | dce7797b99f52ccf11880e3f5e4efeb59c597b5b (patch) | |
tree | 3c5f63605ec3415630bb88e1d6c253332677f982 /math/fftw | |
parent | 786b73ac7ddb34fe329ae480b83a230142521d16 (diff) | |
download | pkgsrc-dce7797b99f52ccf11880e3f5e4efeb59c597b5b.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/Makefile | 3 |
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" |