View | Details | Raw Unified | Return to bug 229685
Collapse All | Expand All

(-)verlihub-plugins-luascript/Makefile (-2 / +2 lines)
Lines 31-38 Link Here
31
.include <bsd.port.options.mk>
31
.include <bsd.port.options.mk>
32
32
33
.if ${PORT_OPTIONS:MSOCKET}
33
.if ${PORT_OPTIONS:MSOCKET}
34
BUILD_DEPENDS+=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket
34
BUILD_DEPENDS+=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51
35
RUN_DEPENDS+=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket
35
RUN_DEPENDS+=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51
36
CONFIGURE_ARGS+=	--with-luasocket
36
CONFIGURE_ARGS+=	--with-luasocket
37
.endif
37
.endif
38
38

Return to bug 229685