diff options
author | tnn <tnn> | 2008-05-22 13:31:40 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-22 13:31:40 +0000 |
commit | 80e3a1841b78f3689305649a1812729c09de0fcc (patch) | |
tree | d04b1ea7b17c8feb5577d4fa94951dfd583105ed /www | |
parent | 7af32e151f97c5df5114e4c19e4710a3017f988a (diff) | |
download | pkgsrc-80e3a1841b78f3689305649a1812729c09de0fcc.tar.gz |
It needs flex, not lex.
Diffstat (limited to 'www')
-rw-r--r-- | www/cherokee/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 00dd22dcf49..5227dad41ff 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -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 @@ COMMENT= Flexible and fast web server 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} |