diff options
author | grant <grant@pkgsrc.org> | 2005-08-18 05:41:02 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-08-18 05:41:02 +0000 |
commit | c68df0254898e2db8050cc305c9aec98b99502c5 (patch) | |
tree | f0da61674effaf4f606c72f83135822dd82d1218 /net/ORBit/Makefile | |
parent | f8adf7d3d8c2d41b3e0aeb4246c83b38e6e02e47 (diff) | |
download | pkgsrc-c68df0254898e2db8050cc305c9aec98b99502c5.tar.gz |
this needs flex (not lex) to build.
Diffstat (limited to 'net/ORBit/Makefile')
-rw-r--r-- | net/ORBit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 66bde262fca..6690853db3e 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -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 @@ COMMENT= High-performance CORBA ORB with support for the C language PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_TOOLS+= bison gmake lex +USE_TOOLS+= bison flex gmake USE_LIBTOOL= YES PTHREAD_AUTO_VARS= YES |