summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-05-22 13:31:40 +0000
committertnn <tnn@pkgsrc.org>2008-05-22 13:31:40 +0000
commit9d49da5e3525adbb2b13ad6822d68f5873333d61 (patch)
treed04b1ea7b17c8feb5577d4fa94951dfd583105ed /www
parent2c0229797b10d20f553ec6cf6eea41de09742eaa (diff)
downloadpkgsrc-9d49da5e3525adbb2b13ad6822d68f5873333d61.tar.gz
It needs flex, not lex.
Diffstat (limited to 'www')
-rw-r--r--www/cherokee/Makefile4
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}