From c5085e5ef9f4ffac6b31ea574ae8298dde3a291c Mon Sep 17 00:00:00 2001 From: reed Date: Sat, 6 Mar 2004 06:30:33 +0000 Subject: Build uses YACC. This is to close my PR pkg/23013. --- net/libIDL/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/libIDL') diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile index 57458ffa9aa..67d040d1417 100644 --- a/net/libIDL/Makefile +++ b/net/libIDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/02/14 18:26:28 jmmv Exp $ +# $NetBSD: Makefile,v 1.23 2004/03/06 06:30:33 reed Exp $ # DISTNAME= libIDL-0.8.3 @@ -12,7 +12,7 @@ COMMENT= CORBA Interface Definition Language parser USE_BUILDLINK3= YES GNU_CONFIGURE= YES -USE_GNU_TOOLS+= lex +USE_GNU_TOOLS+= lex yacc USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libIDL-2.0.pc.in INFO_FILES= libIDL2.info -- cgit v1.2.3