summaryrefslogtreecommitdiff
path: root/devel/cook
diff options
context:
space:
mode:
authorminskim <minskim>2006-06-20 22:07:38 +0000
committerminskim <minskim>2006-06-20 22:07:38 +0000
commiteb93eb071a00bebf63995672e8e4bb58b9fb1f65 (patch)
tree9a3efdae9f94d27d61359a008a5aede197530510 /devel/cook
parent7b72a3fb567a78f30ec369843a40b7c6b09432d2 (diff)
downloadpkgsrc-eb93eb071a00bebf63995672e8e4bb58b9fb1f65.tar.gz
USE_TOOLS+=yacc
Diffstat (limited to 'devel/cook')
-rw-r--r--devel/cook/Makefile4
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"