aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2014-05-27 23:59:11 +0800
committerolgeni <olgeni@FreeBSD.org>2014-05-27 23:59:11 +0800
commit153983d61bb0eab19dd831f9918fa179c372b92a (patch)
tree5315d07a682dee184310a8fa1798c4298f2285f4 /www
parent2457ddfb7f47ac4b27d90d223b803b53cba2645b (diff)
downloadfreebsd-ports-gnome-153983d61bb0eab19dd831f9918fa179c372b92a.tar.gz
freebsd-ports-gnome-153983d61bb0eab19dd831f9918fa179c372b92a.tar.zst
freebsd-ports-gnome-153983d61bb0eab19dd831f9918fa179c372b92a.zip
Do not rewrite USES when setting lua:51 (r355360).
Diffstat (limited to 'www')
-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