diff options
author | wiz <wiz> | 2003-01-20 14:46:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-20 14:46:14 +0000 |
commit | 710409390ba65c38ca5228819786447197aec7fc (patch) | |
tree | 49abc432ebf9e2d2a85f4c09076e76ab000b22b2 /devel | |
parent | 484c774ae6b8e878ef5d77bc7546b1a5ec88f3a6 (diff) | |
download | pkgsrc-710409390ba65c38ca5228819786447197aec7fc.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')
-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" |