diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-21 18:33:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-21 18:33:51 +0000 |
commit | e992931f9caf8635700926957bf8cd5849f3034b (patch) | |
tree | a75cfeecbfc3e8d20543807ce351bdaf995b8dde /net | |
parent | 91ea2de54df7116e0549abf1ecb52ade2becd7cd (diff) | |
download | pkgsrc-e992931f9caf8635700926957bf8cd5849f3034b.tar.gz |
USE_TOOLS+=lex
Diffstat (limited to 'net')
-rw-r--r-- | net/tcl-scotty/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |