pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ORBit this needs flex (not lex) to build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04cc0d6d8294
branches:  trunk
changeset: 498261:04cc0d6d8294
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Aug 18 05:41:02 2005 +0000

description:
this needs flex (not lex) to build.

diffstat:

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

diffs (18 lines):

diff -r fd1f8ce0bee5 -r 04cc0d6d8294 net/ORBit/Makefile
--- a/net/ORBit/Makefile        Thu Aug 18 05:39:52 2005 +0000
+++ b/net/ORBit/Makefile        Thu Aug 18 05:41:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2005/08/18 05:39:52 grant Exp $
+# $NetBSD: Makefile,v 1.116 2005/08/18 05:41:02 grant Exp $
 
 DISTNAME=      ORBit-0.5.17
 CATEGORIES=    net
@@ -11,7 +11,7 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-USE_TOOLS+=            bison gmake lex
+USE_TOOLS+=            bison flex gmake
 USE_LIBTOOL=           YES
 PTHREAD_AUTO_VARS=     YES
 



Home | Main Index | Thread Index | Old Index