pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rdist6 Needs byacc, bison doesn't cut it.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d8cfe016a72
branches:  trunk
changeset: 522424:3d8cfe016a72
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Dec 09 02:18:22 2006 +0000

description:
Needs byacc, bison doesn't cut it.

diffstat:

 net/rdist6/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 672189adcd9d -r 3d8cfe016a72 net/rdist6/Makefile
--- a/net/rdist6/Makefile       Sat Dec 09 02:16:03 2006 +0000
+++ b/net/rdist6/Makefile       Sat Dec 09 02:18:22 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/06/20 22:18:19 minskim Exp $
+# $NetBSD: Makefile,v 1.16 2006/12/09 02:18:22 markd Exp $
 #
 
 DISTNAME=      freerdist-0.92
@@ -10,7 +10,7 @@
 MAINTAINER=    christos%NetBSD.org@localhost
 COMMENT=       Network file distribution/synchronisation utility
 
-USE_TOOLS+=    yacc
+USE_TOOLS+=    byacc
 
 RDIST6_NAME=   rdist6
 



Home | Main Index | Thread Index | Old Index