pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc USE_TOOLS+=lex



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6e79d74ecce
branches:  trunk
changeset: 514994:b6e79d74ecce
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Jun 21 18:33:51 2006 +0000

description:
USE_TOOLS+=lex

diffstat:

 net/tcl-scotty/Makefile |  4 ++--
 sysutils/depot/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r c9fed92b7024 -r b6e79d74ecce net/tcl-scotty/Makefile
--- a/net/tcl-scotty/Makefile   Wed Jun 21 18:33:18 2006 +0000
+++ b/net/tcl-scotty/Makefile   Wed Jun 21 18:33:51 2006 +0000
@@ -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_ENV+=        TARGET=scotty
 
 USE_LIBTOOL=   yes
-USE_TOOLS+=    yacc
+USE_TOOLS+=    lex yacc
 
 .include "../../lang/tcl/buildlink3.mk"
 
diff -r c9fed92b7024 -r b6e79d74ecce sysutils/depot/Makefile
--- a/sysutils/depot/Makefile   Wed Jun 21 18:33:18 2006 +0000
+++ b/sysutils/depot/Makefile   Wed Jun 21 18:33:51 2006 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index