svn commit: r434554 - head/devel/lua51-libevent

Mark Felder feld at FreeBSD.org
Tue Feb 21 20:51:07 UTC 2017


Author: feld
Date: Tue Feb 21 20:51:06 2017
New Revision: 434554
URL: https://svnweb.freebsd.org/changeset/ports/434554

Log:
  devel/lua51-libevent: Fix RUN_DEPENDS to guarantee we get the luasocket for lua 5.1

Modified:
  head/devel/lua51-libevent/Makefile

Modified: head/devel/lua51-libevent/Makefile
==============================================================================
--- head/devel/lua51-libevent/Makefile	Tue Feb 21 20:27:14 2017	(r434553)
+++ head/devel/lua51-libevent/Makefile	Tue Feb 21 20:51:06 2017	(r434554)
@@ -13,7 +13,7 @@ COMMENT=	Lua libevent binding
 LICENSE=	MIT
 
 LIB_DEPENDS=	libevent.so:devel/libevent
-RUN_DEPENDS=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket
+RUN_DEPENDS=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	harningt


More information about the svn-ports-head mailing list