aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2014-05-27 15:59:11 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2014-05-27 15:59:11 +0000
commit1e88369bad39d1758497c85e342cdf958d0a2a6d (patch)
tree5315d07a682dee184310a8fa1798c4298f2285f4 /www/lighttpd
parenta3540da380de469886c93f9e5839cdfbd9009140 (diff)
downloadports-1e88369bad39d1758497c85e342cdf958d0a2a6d.tar.gz
ports-1e88369bad39d1758497c85e342cdf958d0a2a6d.zip
Notes
Diffstat (limited to 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 70865ef18eca..1831f19b6cf1 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -113,7 +113,7 @@ LIB_DEPENDS+= libev.so:${PORTSDIR}/devel/libev
.endif
.if ${PORT_OPTIONS:MLUA}
-USES= lua:51
+USES+= lua:51
CONFIGURE_ARGS+= --with-lua
CONFIGURE_ENV+= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}"
.endif