diff options
author | minskim <minskim> | 2006-06-08 16:03:13 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-08 16:03:13 +0000 |
commit | b548191b13e2d4eec0d93e1ce9a81d2d74741588 (patch) | |
tree | ced9d5a613f491153ae0552b94929029e8b23184 /graphics/grap | |
parent | 230a91b536e57a51c007905d51359b41a3b0ee96 (diff) | |
download | pkgsrc-b548191b13e2d4eec0d93e1ce9a81d2d74741588.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" |