mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
devel/lua-luacheck: specify ${LUA_FLAVOR} for lua-argparse dependency
While here, use the more appropriate LUA_REFMODSHAREDIR for describing dependency location.
This commit is contained in:
parent
87380d93d9
commit
a7e9dc6d25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553236
@ -11,7 +11,7 @@ COMMENT= Linter and static analyzer for lua files
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${LUA_MODSHAREDIR}/argparse.lua:devel/lua-argparse \
|
||||
RUN_DEPENDS= ${LUA_REFMODSHAREDIR}/argparse.lua:devel/lua-argparse@${LUA_FLAVOR} \
|
||||
${LUA_REFMODLIBDIR}/lfs.so:devel/luafilesystem@${LUA_FLAVOR}
|
||||
|
||||
USES= lua
|
||||
|
Loading…
Reference in New Issue
Block a user