aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-09-15 08:17:11 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-09-15 08:17:11 +0000
commitc5aeb93cd5e4998728da54611bdf63c686a2fdfd (patch)
treef418d7aa01e7bae10fc4d0734eec45cd9e925529 /www/lighttpd
parentf4c5a682e5c43c1c1477307463458409ae3b3de5 (diff)
downloadports-c5aeb93cd5e4998728da54611bdf63c686a2fdfd.tar.gz
ports-c5aeb93cd5e4998728da54611bdf63c686a2fdfd.zip
Modify these files to reflect bsd.lua.mk as tested on the cluster.
PR: ports/101612 Submitted by: alepulver Hat: portmgr
Notes
Notes: svn path=/head/; revision=173100
Diffstat (limited to 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 6d7ccb94afbb..764563be7cbb 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -64,9 +64,9 @@ CONFIGURE_ARGS+= --disable-ipv6
.endif
.if defined(WITH_CML)
-LIB_DEPENDS+= lua.5:${PORTSDIR}/lang/lua50
+USE_LUA= 5.0
CONFIGURE_ARGS+= --with-lua
-CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L/${LOCALBASE}/lib
+CONFIGURE_ENV+= CPPFLAGS="-I${LUA_INCDIR}" LDFLAGS="-L${LUA_LIBDIR}"
.endif
SUB_LIST+= REQUIRE="${_REQUIRE}"