From 1d1f26d0275e47824b2b02b65dbae285dcedd6d2 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 23 May 2005 01:21:26 +0000 Subject: This package actually wants "flex", not just "lex". --- 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 4074572ddcb..5b595c72498 100644 --- a/net/libIDL/Makefile +++ b/net/libIDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/05/22 20:08:24 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2005/05/23 01:21:26 jlam Exp $ # DISTNAME= libIDL-0.8.5 @@ -13,7 +13,7 @@ COMMENT= CORBA Interface Definition Language parser PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES -USE_TOOLS+= bison lex +USE_TOOLS+= bison flex CONFIGURE_ENV+= HAVE_YACC=yes USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libIDL-2.0.pc.in -- cgit v1.2.3