summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-06-08 16:03:13 +0000
committerminskim <minskim@pkgsrc.org>2006-06-08 16:03:13 +0000
commit05dc7b84dd5e05b48aa3f46bf341052d6258ecd4 (patch)
treeced9d5a613f491153ae0552b94929029e8b23184 /graphics
parentd0ff56250aaa6265aab2bc1f488956451f070abc (diff)
downloadpkgsrc-05dc7b84dd5e05b48aa3f46bf341052d6258ecd4.tar.gz
USE_TOOLS+=lex yacc
Diffstat (limited to 'graphics')
-rw-r--r--graphics/grap/Makefile3
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"