diff options
author | jmc <jmc@pkgsrc.org> | 2003-06-10 00:25:16 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-06-10 00:25:16 +0000 |
commit | 00914a324bd9bf6f2a6f06a6cda9f53bdb7b94a4 (patch) | |
tree | 3c5f63605ec3415630bb88e1d6c253332677f982 /math | |
parent | 70f3aa82f24e7a7ba6abad69de8a2355defbcb1d (diff) | |
download | pkgsrc-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')
-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" |