summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorminskim <minskim>2006-06-09 15:50:03 +0000
committerminskim <minskim>2006-06-09 15:50:03 +0000
commite76d261e29c355290bbbdcbcf1090cac2bba552a (patch)
tree6b9227ced408ceb9e86e35253b10529dcf218493 /devel
parentfe9bc997469291a9330ffadd1eb7670ba580d922 (diff)
downloadpkgsrc-e76d261e29c355290bbbdcbcf1090cac2bba552a.tar.gz
USE_TOOLS+=lex yacc
Diffstat (limited to 'devel')
-rw-r--r--devel/cdecl/Makefile3
-rw-r--r--devel/cxref/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile
index 6adaddcb4ff..3a2adf64e6a 100644
--- a/devel/cdecl/Makefile
+++ b/devel/cdecl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/03/04 21:29:13 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2006/06/09 15:50:35 minskim Exp $
#
DISTNAME= cdecl-2.5
@@ -15,6 +15,7 @@ COMMENT= Utility to explain and compose C and C++ declarations
BUILD_TARGET= cdecl
# missing rl_completion_matches
USE_GNU_READLINE= yes
+USE_TOOLS+= lex yacc
EGDIR= ${PREFIX}/share/examples/cdecl
diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile
index 015ecf83efb..192b63e2a78 100644
--- a/devel/cxref/Makefile
+++ b/devel/cxref/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/03/08 20:18:00 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/09 15:52:28 minskim Exp $
#
DISTNAME= cxref-1.6a
@@ -13,5 +13,6 @@ COMMENT= C Cross Referencing & Documenting tool
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-cxref-cpp
USE_TOOLS+= gmake # uses the $< variable in the GNU way
+USE_TOOLS+= lex yacc
.include "../../mk/bsd.pkg.mk"