USE_TOOLS+= yacc
This commit is contained in:
parent
00527980b4
commit
64f046ffbd
1 changed files with 4 additions and 1 deletions
|
@ -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 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue