pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rpc2 USE_TOOLS+= yacc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53f004558e48
branches:  trunk
changeset: 531784:53f004558e48
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Aug 06 13:09:13 2007 +0000

description:
USE_TOOLS+= yacc

diffstat:

 devel/rpc2/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r f62cd9c692b1 -r 53f004558e48 devel/rpc2/Makefile
--- a/devel/rpc2/Makefile       Mon Aug 06 12:54:25 2007 +0000
+++ b/devel/rpc2/Makefile       Mon Aug 06 13:09:13 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2007/08/06 12:54:25 gdt Exp $
+# $NetBSD: Makefile,v 1.30 2007/08/06 13:09:13 gdt Exp $
 #
 
 DISTNAME=      rpc2-2.6
@@ -11,6 +11,9 @@
 COMMENT=       CMU (Coda) remote procedure call package
 
 USE_TOOLS+=            gmake perl
+# Right now yacc is not actually used, just checked for.
+USE_TOOLS+=            yacc
+
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 



Home | Main Index | Thread Index | Old Index