1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- fix typo in RUN_DEPENDS s/POTSDIR/PORTSDIR/

This commit is contained in:
Olli Hauer 2014-07-26 20:11:44 +00:00
parent e578190ffd
commit 3110c74370
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362986

View File

@ -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}
RUN_DEPENDS+= ${LUA_CMD}:${POTSDIR}/lang/lua${LUA_VER_STR}
RUN_DEPENDS+= ${LUA_CMD}:${PORTSDIR}/lang/lua${LUA_VER_STR}
.else
LIB_DEPENDS+= liblua-${LUA_VER}.so:${PORTSDIR}/lang/lua${LUA_VER_STR}
.endif