diff options
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index a503369407c..d4c87990659 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2005/04/11 21:45:18 tv Exp $ +# $NetBSD: Makefile,v 1.53 2005/05/22 20:51:45 jlam Exp $ DISTNAME= bison-2.0 CATEGORIES= devel @@ -8,14 +8,12 @@ MAINTAINER= cjep@NetBSD.org HOMEPAGE= http://www.gnu.org/software/bison/bison.html COMMENT= GNU yacc(1) replacement -DEPENDS+= m4>=1.4:../../devel/m4 -BUILD_USES_MSGFMT= yes - PKG_INSTALLATION_TYPES= overwrite pkgviews +BUILD_USES_MSGFMT= yes GNU_CONFIGURE= YES - -M4= ${LOCALBASE}/bin/gm4 +USE_TOOLS+= gm4 +TOOLS_DEPMETHOD.gm4= DEPENDS INFO_FILES= bison.info |