summaryrefslogtreecommitdiff
path: root/www/lighttpd/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/lighttpd/options.mk')
-rw-r--r--www/lighttpd/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lighttpd/options.mk b/www/lighttpd/options.mk
index 8661d539eed..3b472e893d5 100644
--- a/www/lighttpd/options.mk
+++ b/www/lighttpd/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2006/05/31 18:22:26 ghen Exp $
+# $NetBSD: options.mk,v 1.5 2006/08/14 22:37:21 wiz Exp $
PKG_OPTIONS_VAR = PKG_OPTIONS.lighttpd
PKG_SUPPORTED_OPTIONS= bzip fam gdbm inet6 ldap lua mysql ssl memcache
@@ -52,6 +52,7 @@ CONFIGURE_ARGS+= --with-ldap
###
.if !empty(PKG_OPTIONS:Mlua)
. include "../../lang/lua/buildlink3.mk"
+USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-lua
.endif