aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2017-02-15 00:43:30 +0000
committerDavid Thiel <lx@FreeBSD.org>2017-02-15 00:43:30 +0000
commitfa6cbcdeeed59ce023cb11b3f911c7fafd20a62c (patch)
tree849fac9679d5fbb3f2988b37dd935ef39c03a11c /net-im
parente620d9edc880add0ca50c32fba7fecb93f5f792f (diff)
downloadports-fa6cbcdeeed59ce023cb11b3f911c7fafd20a62c.tar.gz
ports-fa6cbcdeeed59ce023cb11b3f911c7fafd20a62c.zip
Use new Lua 5.1-specific ports.
PR: 200336
Notes
Notes: svn path=/head/; revision=434148
Diffstat (limited to 'net-im')
-rw-r--r--net-im/prosody/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile
index 923291ecbcf1..4ee698567c6b 100644
--- a/net-im/prosody/Makefile
+++ b/net-im/prosody/Makefile
@@ -13,8 +13,8 @@ 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 \
+RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51 \
+ ${LUA_MODLIBDIR}/ssl.so:security/luasec-51 \
${LUA_MODLIBDIR}/lxp.so:textproc/luaexpat \
${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem-51