From d11c7101017135f26b845aa883267fbae0f40aa0 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 14 Aug 2006 22:37:21 +0000 Subject: Add pkg-config to tools for build with (non-default) lua option. --- www/lighttpd/options.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www') 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 -- cgit v1.2.3