pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net USE_TOOLS+=yacc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b59e301758e
branches:  trunk
changeset: 514931:8b59e301758e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jun 20 22:18:19 2006 +0000

description:
USE_TOOLS+=yacc

diffstat:

 net/rdist6/Makefile     |  4 +++-
 net/tcl-scotty/Makefile |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r c534e7ab2f0b -r 8b59e301758e net/rdist6/Makefile
--- a/net/rdist6/Makefile       Tue Jun 20 22:17:48 2006 +0000
+++ b/net/rdist6/Makefile       Tue Jun 20 22:18:19 2006 +0000
@@ -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 @@
 MAINTAINER=    christos%NetBSD.org@localhost
 COMMENT=       Network file distribution/synchronisation utility
 
+USE_TOOLS+=    yacc
+
 RDIST6_NAME=   rdist6
 
 INSTALL_TARGET=        install install.man
diff -r c534e7ab2f0b -r 8b59e301758e net/tcl-scotty/Makefile
--- a/net/tcl-scotty/Makefile   Tue Jun 20 22:17:48 2006 +0000
+++ b/net/tcl-scotty/Makefile   Tue Jun 20 22:18:19 2006 +0000
@@ -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_ENV+=        TARGET=scotty
 
 USE_LIBTOOL=   yes
+USE_TOOLS+=    yacc
 
 .include "../../lang/tcl/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index