diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-20 22:07:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-20 22:07:38 +0000 |
commit | 5597d7e2c8cac5957d6312faf95d13a2916ad3e7 (patch) | |
tree | 9a3efdae9f94d27d61359a008a5aede197530510 /devel | |
parent | 073a884ea7a8f5375e684281412ce7fd6a120838 (diff) | |
download | pkgsrc-5597d7e2c8cac5957d6312faf95d13a2916ad3e7.tar.gz |
USE_TOOLS+=yacc
Diffstat (limited to 'devel')
-rw-r--r-- | devel/aegis/Makefile | 4 | ||||
-rw-r--r-- | devel/as31/Makefile | 3 | ||||
-rw-r--r-- | devel/cook/Makefile | 4 | ||||
-rw-r--r-- | devel/fhist/Makefile | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/devel/aegis/Makefile b/devel/aegis/Makefile index ec9464b7773..9f4ffbc10ff 100644 --- a/devel/aegis/Makefile +++ b/devel/aegis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/04/13 18:23:30 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/20 22:07:38 minskim Exp $ # DISTNAME= aegis-4.15 @@ -13,7 +13,7 @@ COMMENT= Aegis is a transaction base software configuration management system GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --with-nlsdir=${_PKGLOCALEDIR:Q} -USE_TOOLS+= groff gsoelim msgfmt +USE_TOOLS+= groff gsoelim msgfmt yacc .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/as31/Makefile b/devel/as31/Makefile index e667f72adce..67a28036a64 100644 --- a/devel/as31/Makefile +++ b/devel/as31/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/01/21 18:57:40 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/20 22:08:36 minskim Exp $ DISTNAME= asm.8051 PKGNAME= as31-19900126 @@ -14,6 +14,7 @@ COMMENT= 8031/8051 assembler WRKSRC= ${WRKDIR} EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | \ ${SED} '1,/^.! \/bin\/sh/d' | ${SH} +USE_TOOLS+= yacc MAKEFILE= makefile BUILD_TARGET= as31 diff --git a/devel/cook/Makefile b/devel/cook/Makefile index 3763974a343..c780796ab53 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/13 18:23:31 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/06/20 22:09:16 minskim Exp $ DISTNAME= cook-2.22 PKGREVISION= 3 @@ -9,7 +9,7 @@ MAINTAINER= groo@NetBSD.org HOMEPAGE= http://www.canb.auug.org.au/~millerp/cook/cook.html COMMENT= More powerful replacement for the traditional make(1) tool -USE_TOOLS+= msgfmt +USE_TOOLS+= msgfmt yacc GNU_CONFIGURE= yes .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index 227aed58715..c8aa981a5f3 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/13 18:23:31 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/06/20 22:09:46 minskim Exp $ # DISTNAME= fhist-1.13 @@ -10,7 +10,7 @@ MAINTAINER= Matthew@Aldous.com HOMEPAGE= http://fhist.sourceforge.net/ COMMENT= File history and comparison tools -USE_TOOLS+= gsoelim msgfmt +USE_TOOLS+= gsoelim msgfmt yacc GNU_CONFIGURE= YES .include "../../devel/gettext-lib/buildlink3.mk" |