diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-23 01:21:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-23 01:21:26 +0000 |
commit | 98b0808fe452b96a342097ec182380f84fb9dc3c (patch) | |
tree | d7803ac3630627152f3b5ca832112409b872274f /net/libIDL | |
parent | 19ef8416125b36dc7856c4dd0a28785a2c602518 (diff) | |
download | pkgsrc-98b0808fe452b96a342097ec182380f84fb9dc3c.tar.gz |
This package actually wants "flex", not just "lex".
Diffstat (limited to 'net/libIDL')
-rw-r--r-- | net/libIDL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |