summaryrefslogtreecommitdiff
path: root/sysutils/depot
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-06-21 18:33:51 +0000
committerminskim <minskim@pkgsrc.org>2006-06-21 18:33:51 +0000
commite992931f9caf8635700926957bf8cd5849f3034b (patch)
treea75cfeecbfc3e8d20543807ce351bdaf995b8dde /sysutils/depot
parent91ea2de54df7116e0549abf1ecb52ade2becd7cd (diff)
downloadpkgsrc-e992931f9caf8635700926957bf8cd5849f3034b.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}