diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-09 15:50:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-09 15:50:03 +0000 |
commit | 5a577d09f195c19df9c8d40037aaeb65f794a491 (patch) | |
tree | 6b9227ced408ceb9e86e35253b10529dcf218493 /devel/cxref/Makefile | |
parent | 301f0fa7e021a9ed839e890a87bec186fe1ab033 (diff) | |
download | pkgsrc-5a577d09f195c19df9c8d40037aaeb65f794a491.tar.gz |
USE_TOOLS+=lex yacc
Diffstat (limited to 'devel/cxref/Makefile')
-rw-r--r-- | devel/cxref/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |