diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-20 14:46:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-20 14:46:14 +0000 |
commit | b3e20cad1add498e1a053d537e1ff76a9df570ea (patch) | |
tree | 49abc432ebf9e2d2a85f4c09076e76ab000b22b2 /devel/bison | |
parent | 91af2a906eae2ee34a3b009a20ef29c12f606ed9 (diff) | |
download | pkgsrc-b3e20cad1add498e1a053d537e1ff76a9df570ea.tar.gz |
According to Craig Eales (PR 19933), bison requires texinfo-4.2.
This really should not happen because of texinfo-override, but since
this seems not to work, add TEXINFO_REQD for now.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 06a31049b42..667761654b8 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2003/01/04 20:16:10 cjep Exp $ +# $NetBSD: Makefile,v 1.42 2003/01/20 14:46:14 wiz Exp $ DISTNAME= bison-1.875 PKGREVISION= 1 @@ -20,5 +20,7 @@ M4= ${LOCALBASE}/bin/gm4 INFO_FILES= bison.info +TEXINFO_REQD= 4.2 + .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |