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/cook | |
parent | 073a884ea7a8f5375e684281412ce7fd6a120838 (diff) | |
download | pkgsrc-5597d7e2c8cac5957d6312faf95d13a2916ad3e7.tar.gz |
USE_TOOLS+=yacc
Diffstat (limited to 'devel/cook')
-rw-r--r-- | devel/cook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |