summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/rdist6/Makefile4
-rw-r--r--net/tcl-scotty/Makefile3
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"