mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Mk/Uses/lua.mk: Fix typo in el(f)if conditional
PR: 197565 Submitted by: HellSpawn (via IRC) Approved by: portmgr (blanket)
This commit is contained in:
parent
4df6cb7a5d
commit
39d5d795f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378872
@ -98,7 +98,7 @@ MAKE_ENV+= LUA_MODLIBDIR=${LUA_MODLIBDIR} \
|
||||
|
||||
.if ${lua_ARGS:Mbuild}
|
||||
BUILD_DEPENDS+= ${LUA_CMD}:${PORTSDIR}/lang/lua${LUA_VER_STR}
|
||||
.elfif ${lua_ARGS:Mrun}
|
||||
.elif ${lua_ARGS:Mrun}
|
||||
RUN_DEPENDS+= ${LUA_CMD}:${PORTSDIR}/lang/lua${LUA_VER_STR}
|
||||
.else
|
||||
LIB_DEPENDS+= liblua-${LUA_VER}.so:${PORTSDIR}/lang/lua${LUA_VER_STR}
|
||||
|
Loading…
Reference in New Issue
Block a user