summaryrefslogtreecommitdiff
path: root/devel/bison/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-20 14:46:14 +0000
committerwiz <wiz>2003-01-20 14:46:14 +0000
commit04886bc02d7f09c67d7e5dadc5c9fab741d53f33 (patch)
tree49abc432ebf9e2d2a85f4c09076e76ab000b22b2 /devel/bison/Makefile
parent98cbf5697cb04a37c35cf3078382aa9384875159 (diff)
downloadpkgsrc-04886bc02d7f09c67d7e5dadc5c9fab741d53f33.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/Makefile')
-rw-r--r--devel/bison/Makefile4
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"