Do not overwrite USES

This commit is contained in:
Baptiste Daroussin 2014-05-27 22:09:21 +00:00
parent 67a2325df4
commit 1ed68cef4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355579

View file

@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --without-guile
.endif
.if ${PORT_OPTIONS:MLUA}
USES= lua:51
USES+= lua:51
CONFIGURE_ARGS+= --with-lua
CPPFLAGS+= -I${LUA_INCDIR}
LDFLAGS+= -L${LUA_LIBDIR}