diff options
author | wiz <wiz> | 2004-02-07 17:05:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-02-07 17:05:38 +0000 |
commit | 0cdbb9a1ad59a976af659394e0ebc0045153eafa (patch) | |
tree | cc7d658a427d6ed0907921f5d90b6b42021e8a14 /devel/automake/Makefile | |
parent | 8bcfa121aea6781cbab1f09f5151bcf8454184e6 (diff) | |
download | pkgsrc-0cdbb9a1ad59a976af659394e0ebc0045153eafa.tar.gz |
texinfo-4.0 is not enough, 4.5 works ok.
Addresses PR 24347 by Garry Page.
Diffstat (limited to 'devel/automake/Makefile')
-rw-r--r-- | devel/automake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index 4bd43b74de4..e9f76c12ae5 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2004/01/30 15:05:17 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2004/02/07 17:05:38 wiz Exp $ # DISTNAME= automake-1.8.2 @@ -26,7 +26,7 @@ MAKEINFOFLAGS= --no-split MAKE_ENV+= MAKEINFOFLAGS="${MAKEINFOFLAGS}" USE_MAKEINFO= YES -TEXINFO_REQD= 4.0 +TEXINFO_REQD= 4.5 INFO_FILES= automake.info PERL5_REQD= 5.5 |