1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Do not rewrite USES when setting lua:51 (r355360).

This commit is contained in:
Jimmy Olgeni 2014-05-27 15:59:11 +00:00
parent a3540da380
commit 1e88369bad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355536

View File

@ -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