diff options
author | markd <markd> | 2006-12-09 02:18:22 +0000 |
---|---|---|
committer | markd <markd> | 2006-12-09 02:18:22 +0000 |
commit | 4c365452be6e106fddd3ecb67e0e9b185859b957 (patch) | |
tree | dbe45e739556232a03d474bb1d521c5ef4ad9c96 /net/rdist6 | |
parent | 3e121cf70ca20e3fda29f813a9cfd7ee7707d98a (diff) | |
download | pkgsrc-4c365452be6e106fddd3ecb67e0e9b185859b957.tar.gz |
Needs byacc, bison doesn't cut it.
Diffstat (limited to 'net/rdist6')
-rw-r--r-- | net/rdist6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile index 4d61488e7ab..a5aa6aea859 100644 --- a/net/rdist6/Makefile +++ b/net/rdist6/Makefile @@ -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 @@ MASTER_SITES= ftp://ftp.astron.com/pub/freerdist/ \ MAINTAINER= christos@NetBSD.org COMMENT= Network file distribution/synchronisation utility -USE_TOOLS+= yacc +USE_TOOLS+= byacc RDIST6_NAME= rdist6 |