diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-08 16:03:13 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-08 16:03:13 +0000 |
commit | 05dc7b84dd5e05b48aa3f46bf341052d6258ecd4 (patch) | |
tree | ced9d5a613f491153ae0552b94929029e8b23184 /graphics/grap | |
parent | d0ff56250aaa6265aab2bc1f488956451f070abc (diff) | |
download | pkgsrc-05dc7b84dd5e05b48aa3f46bf341052d6258ecd4.tar.gz |
USE_TOOLS+=lex yacc
Diffstat (limited to 'graphics/grap')
-rw-r--r-- | graphics/grap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/grap/Makefile b/graphics/grap/Makefile index affe58ab1ac..576cb620076 100644 --- a/graphics/grap/Makefile +++ b/graphics/grap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:48 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/08 16:03:13 minskim Exp $ DISTNAME= grap-1.30 PKGREVISION= 1 @@ -13,5 +13,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes USE_LANGUAGES= c++ +USE_TOOLS+= lex yacc .include "../../mk/bsd.pkg.mk" |