summaryrefslogtreecommitdiff
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
parent5437085fca0a9263416d317a3270382de955d176 (diff)
downloadpkgsrc-1d90b40bc86a46f8c8364a770eeadd20ca0fb980.tar.gz
USE_TOOLS+=lex
-rw-r--r--net/tcl-scotty/Makefile4
-rw-r--r--sysutils/depot/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/tcl-scotty/Makefile b/net/tcl-scotty/Makefile
index b9b68d07feb..c6a577ac2da 100644
--- a/net/tcl-scotty/Makefile
+++ b/net/tcl-scotty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/06/20 22:18:57 minskim Exp $
+# $NetBSD: Makefile,v 1.21 2006/06/21 18:33:51 minskim Exp $
#
DISTNAME= scotty-${DIST_VERS}
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+=--with-tcl-config=${BUILDLINK_PREFIX.tcl}/lib \
CONFIGURE_ENV+= TARGET=scotty
USE_LIBTOOL= yes
-USE_TOOLS+= yacc
+USE_TOOLS+= lex yacc
.include "../../lang/tcl/buildlink3.mk"
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}