diff options
author | wiz <wiz> | 2006-08-14 22:37:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-08-14 22:37:21 +0000 |
commit | d8ce7bc8e42b0d09e9f196268b9667c028cdd622 (patch) | |
tree | 880ac9f61308fb2167a0af300c8256e839fff18f /www/lighttpd | |
parent | b44519d1634d0525cc811124683c953fe5dff02d (diff) | |
download | pkgsrc-d8ce7bc8e42b0d09e9f196268b9667c028cdd622.tar.gz |
Add pkg-config to tools for build with (non-default) lua option.
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/options.mk | 3 |
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 |