MFH: r475345

- 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)

Approved by:	portmgr (miwi)
This commit is contained in:
Dima Panov 2018-07-26 09:34:16 +00:00
parent e65e3bdce2
commit b2adc855d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q3/; revision=475357

View File

@ -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