aboutsummaryrefslogtreecommitdiff
path: root/net-im/prosody
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-04-14 15:49:36 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-04-14 15:49:36 +0000
commitbeb1c1fe19992999ef068d0dcb07c0d02f4aea71 (patch)
tree464f76d8fe2b9fd7499e26491ee739bfe0a5444e /net-im/prosody
parent496124accdd4d4221bb883770cd6fe27184bfc96 (diff)
downloadports-beb1c1fe19992999ef068d0dcb07c0d02f4aea71.tar.gz
ports-beb1c1fe19992999ef068d0dcb07c0d02f4aea71.zip
Notes
Diffstat (limited to 'net-im/prosody')
-rw-r--r--net-im/prosody/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile
index 204ff2f3d3b4..7bad326ce165 100644
--- a/net-im/prosody/Makefile
+++ b/net-im/prosody/Makefile
@@ -12,11 +12,11 @@ COMMENT= Simple extensible XMPP server written in Lua
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket \
- ${LUA_MODLIBDIR}/ssl.so:security/luasec \
- ${LUA_MODLIBDIR}/lxp.so:textproc/luaexpat \
- ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem \
- ${LUA_MODLIBDIR}/bit.so:devel/lua-bitop
+RUN_DEPENDS= ${LUA_REFMODLIBDIR}/socket/core.so:net/luasocket@${LUA_FLAVOR} \
+ ${LUA_REFMODLIBDIR}/ssl.so:security/luasec@${LUA_FLAVOR} \
+ ${LUA_REFMODLIBDIR}/lxp.so:textproc/luaexpat@${LUA_FLAVOR} \
+ ${LUA_REFMODLIBDIR}/lfs.so:devel/luafilesystem@${LUA_FLAVOR} \
+ ${LUA_REFMODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR}
LIB_DEPENDS= libidn.so:dns/libidn
USES= compiler:c11 cpe gmake lua:52 ssl