svn commit: r553236 - head/devel/lua-luacheck
Kyle Evans
kevans at FreeBSD.org
Sun Oct 25 03:36:32 UTC 2020
Author: kevans
Date: Sun Oct 25 03:36:31 2020
New Revision: 553236
URL: https://svnweb.freebsd.org/changeset/ports/553236
Log:
devel/lua-luacheck: specify ${LUA_FLAVOR} for lua-argparse dependency
While here, use the more appropriate LUA_REFMODSHAREDIR for describing
dependency location.
Modified:
head/devel/lua-luacheck/Makefile
Modified: head/devel/lua-luacheck/Makefile
==============================================================================
--- head/devel/lua-luacheck/Makefile Sun Oct 25 03:25:52 2020 (r553235)
+++ head/devel/lua-luacheck/Makefile Sun Oct 25 03:36:31 2020 (r553236)
@@ -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
More information about the svn-ports-all
mailing list