pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/lighttpd Add pkg-config to tools for build with (n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd72fe57b8f4
branches:  trunk
changeset: 517558:bd72fe57b8f4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 14 22:37:21 2006 +0000

description:
Add pkg-config to tools for build with (non-default) lua option.

diffstat:

 www/lighttpd/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7ee69d0c2d5e -r bd72fe57b8f4 www/lighttpd/options.mk
--- a/www/lighttpd/options.mk   Mon Aug 14 22:36:12 2006 +0000
+++ b/www/lighttpd/options.mk   Mon Aug 14 22:37:21 2006 +0000
@@ -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 @@
 ###
 .if !empty(PKG_OPTIONS:Mlua)
 .  include "../../lang/lua/buildlink3.mk"
+USE_TOOLS+=            pkg-config
 CONFIGURE_ARGS+=       --with-lua
 .endif
 



Home | Main Index | Thread Index | Old Index