diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-04 20:10:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-04 20:10:34 +0000 |
commit | 8620b3e7568f276f9bd01c0e3719b151d9ba9390 (patch) | |
tree | 1fe5ce0fb2341853f0587f16fb74556b8312c4e3 /www | |
parent | 282e2b7e88ae0e44f7017538446160f58a221826 (diff) | |
download | pkgsrc-8620b3e7568f276f9bd01c0e3719b151d9ba9390.tar.gz |
PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS
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 a967372eb55..b02d1f7c9e9 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/01/18 05:09:48 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2008/02/04 20:10:34 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 +USE_TOOLS+= bison lex CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |