diff options
author | jlam <jlam> | 2005-05-22 20:51:45 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-22 20:51:45 +0000 |
commit | 4e6444069d44800fb77790726026585ef3e72c2e (patch) | |
tree | 052a4431f18d531391f2e87bbf3a532af6e99278 /devel/bison | |
parent | 2ddbb8afaecc884b415390bb8b7a524e329f125f (diff) | |
download | pkgsrc-4e6444069d44800fb77790726026585ef3e72c2e.tar.gz |
Remove explicit dependencies on the GNU m4 package with USE_TOOLS+=m4
and appropriate TOOLS_DEPMETHOD.gm4 settings.
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 |