diff options
author | lx <lx@FreeBSD.org> | 2017-02-15 08:43:30 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2017-02-15 08:43:30 +0800 |
commit | 9f5dbaaacdb50312396f4e672e6f3a5c4520b496 (patch) | |
tree | 849fac9679d5fbb3f2988b37dd935ef39c03a11c /net-im | |
parent | c1c27499c82304da5e878f9270e8d7437264c1bd (diff) | |
download | freebsd-ports-gnome-9f5dbaaacdb50312396f4e672e6f3a5c4520b496.tar.gz freebsd-ports-gnome-9f5dbaaacdb50312396f4e672e6f3a5c4520b496.tar.zst freebsd-ports-gnome-9f5dbaaacdb50312396f4e672e6f3a5c4520b496.zip |
Use new Lua 5.1-specific ports.
PR: 200336
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/prosody/Makefile | 4 |
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 |