pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libIDL This package actually wants "flex", not jus...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69aafbed7d4d
branches:  trunk
changeset: 494312:69aafbed7d4d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 23 01:21:26 2005 +0000

description:
This package actually wants "flex", not just "lex".

diffstat:

 net/libIDL/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 418a59881e2d -r 69aafbed7d4d net/libIDL/Makefile
--- a/net/libIDL/Makefile       Mon May 23 01:20:50 2005 +0000
+++ b/net/libIDL/Makefile       Mon May 23 01:21:26 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index