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 | |
parent | 9974bdc83c69942d479fba60be0cb0266a5b99bf (diff) | |
download | pkgsrc-6e1ee94c8adb3906c52f5bb69bb713066977dcb2.tar.gz |
USE_TOOLS+=yacc
-rw-r--r-- | net/rdist6/Makefile | 4 | ||||
-rw-r--r-- | net/tcl-scotty/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile index 1f253cc64ac..4d61488e7ab 100644 --- a/net/rdist6/Makefile +++ b/net/rdist6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/23 13:41:41 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/06/20 22:18:19 minskim Exp $ # DISTNAME= freerdist-0.92 @@ -10,6 +10,8 @@ MASTER_SITES= ftp://ftp.astron.com/pub/freerdist/ \ MAINTAINER= christos@NetBSD.org COMMENT= Network file distribution/synchronisation utility +USE_TOOLS+= yacc + RDIST6_NAME= rdist6 INSTALL_TARGET= install install.man 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" |