summaryrefslogtreecommitdiff
path: root/sysutils/depot
diff options
context:
space:
mode:
authorminskim <minskim>2006-06-21 18:33:51 +0000
committerminskim <minskim>2006-06-21 18:33:51 +0000
commit1d90b40bc86a46f8c8364a770eeadd20ca0fb980 (patch)
treea75cfeecbfc3e8d20543807ce351bdaf995b8dde /sysutils/depot
parent5437085fca0a9263416d317a3270382de955d176 (diff)
downloadpkgsrc-1d90b40bc86a46f8c8364a770eeadd20ca0fb980.tar.gz
USE_TOOLS+=lex
Diffstat (limited to 'sysutils/depot')
-rw-r--r--sysutils/depot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/depot/Makefile b/sysutils/depot/Makefile
index 379461cc471..0b720570158 100644
--- a/sysutils/depot/Makefile
+++ b/sysutils/depot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/06/20 22:22:23 minskim Exp $
+# $NetBSD: Makefile,v 1.17 2006/06/21 18:34:42 minskim Exp $
#
DISTNAME= depot-5.14
@@ -10,7 +10,7 @@ HOMEPAGE= http://asg.web.cmu.edu/depot/
COMMENT= Maps several separate packages into a tree without merging them
GNU_CONFIGURE= yes
-USE_TOOLS+= yacc
+USE_TOOLS+= lex yacc
CONFIGURE_ENV+= INSTALL="" CC=${CC:Q}
MAKE_ENV+= CC=${CC:Q}