aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorfluffy <fluffy@FreeBSD.org>2018-07-26 12:21:47 +0800
committerfluffy <fluffy@FreeBSD.org>2018-07-26 12:21:47 +0800
commitba6e08a0f65d28256a6942f0081896289ce69b70 (patch)
treef520824c63c1388a935b519bd2fa2def0f18b15f /net-p2p
parent8f550347cb54fa4309ab64332b1cd82f6cb1182a (diff)
downloadfreebsd-ports-gnome-ba6e08a0f65d28256a6942f0081896289ce69b70.tar.gz
freebsd-ports-gnome-ba6e08a0f65d28256a6942f0081896289ce69b70.tar.zst
freebsd-ports-gnome-ba6e08a0f65d28256a6942f0081896289ce69b70.zip
- Use corresponded luasocket while SOCKET option enabled
No PORTREVISION bump 'cause option was always broken due to lua52 is default PR: 229685 Submitted by: fluffy Approved by: maintainer timeout (2 weeks) MFH: 2018Q3
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/verlihub-plugins-luascript/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/verlihub-plugins-luascript/Makefile b/net-p2p/verlihub-plugins-luascript/Makefile
index 039ba4783f4e..d53a8ea0fc5f 100644
--- a/net-p2p/verlihub-plugins-luascript/Makefile
+++ b/net-p2p/verlihub-plugins-luascript/Makefile
@@ -31,8 +31,8 @@ SOCKET_DESC= Build with LuaSocket support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSOCKET}
-BUILD_DEPENDS+= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket
-RUN_DEPENDS+= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket
+BUILD_DEPENDS+= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51
+RUN_DEPENDS+= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51
CONFIGURE_ARGS+= --with-luasocket
.endif