pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/cherokee It needs flex, not lex.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8864fbcf8552
branches:  trunk
changeset: 542602:8864fbcf8552
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu May 22 13:31:40 2008 +0000

description:
It needs flex, not lex.

diffstat:

 www/cherokee/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 955f26c4a4cb -r 8864fbcf8552 www/cherokee/Makefile
--- a/www/cherokee/Makefile     Thu May 22 13:26:54 2008 +0000
+++ b/www/cherokee/Makefile     Thu May 22 13:31:40 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/03/06 14:53:55 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2008/05/22 13:31:40 tnn Exp $
 #
 
 DISTNAME=      cherokee-0.5.3
@@ -12,7 +12,7 @@
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
-USE_TOOLS+=            bison lex
+USE_TOOLS+=            bison flex
 
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE:Q}
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}



Home | Main Index | Thread Index | Old Index