diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-20 22:18:19 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-20 22:18:19 +0000 |
commit | 6e1ee94c8adb3906c52f5bb69bb713066977dcb2 (patch) | |
tree | 8859e38dca3e92c6a6fe2003c7780e9f5c285126 /net/tcl-scotty | |
parent | 9974bdc83c69942d479fba60be0cb0266a5b99bf (diff) | |
download | pkgsrc-6e1ee94c8adb3906c52f5bb69bb713066977dcb2.tar.gz |
USE_TOOLS+=yacc
Diffstat (limited to 'net/tcl-scotty')
-rw-r--r-- | net/tcl-scotty/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tcl-scotty/Makefile b/net/tcl-scotty/Makefile index 97102e2c975..b9b68d07feb 100644 --- a/net/tcl-scotty/Makefile +++ b/net/tcl-scotty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/04/06 06:22:35 reed Exp $ +# $NetBSD: Makefile,v 1.20 2006/06/20 22:18:57 minskim Exp $ # DISTNAME= scotty-${DIST_VERS} @@ -25,6 +25,7 @@ CONFIGURE_ARGS+=--with-tcl-config=${BUILDLINK_PREFIX.tcl}/lib \ CONFIGURE_ENV+= TARGET=scotty USE_LIBTOOL= yes +USE_TOOLS+= yacc .include "../../lang/tcl/buildlink3.mk" |