summaryrefslogtreecommitdiff
path: root/www/cherokee
diff options
context:
space:
mode:
authortnn <tnn>2008-05-22 13:31:40 +0000
committertnn <tnn>2008-05-22 13:31:40 +0000
commit67f4c0e02076a919fc879c76612422653f58f0a6 (patch)
treed04b1ea7b17c8feb5577d4fa94951dfd583105ed /www/cherokee
parenteb3424bd2d148f7de97568c165cdac863d67c868 (diff)
downloadpkgsrc-67f4c0e02076a919fc879c76612422653f58f0a6.tar.gz
It needs flex, not lex.
Diffstat (limited to 'www/cherokee')
-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}