diff options
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r-- | devel/bison/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 0a78ba53210..107a0bb48e7 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2003/01/20 16:27:41 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2003/06/19 21:49:50 seb Exp $ DISTNAME= bison-1.875 PKGREVISION= 1 @@ -18,7 +18,7 @@ GNU_CONFIGURE= YES M4= ${LOCALBASE}/bin/gm4 +USE_NEW_TEXINFO= YES INFO_FILES= bison.info -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |