svn commit: r458876 - head/net-im/prosody

David Thiel lx at FreeBSD.org
Fri Jan 12 21:44:59 UTC 2018


Author: lx
Date: Fri Jan 12 21:44:57 2018
New Revision: 458876
URL: https://svnweb.freebsd.org/changeset/ports/458876

Log:
  Add bitop-51 dependency.
  
  Submitted by:	Philip Brown <philip.brown at kiwienglish.es>

Modified:
  head/net-im/prosody/Makefile

Modified: head/net-im/prosody/Makefile
==============================================================================
--- head/net-im/prosody/Makefile	Fri Jan 12 21:44:43 2018	(r458875)
+++ head/net-im/prosody/Makefile	Fri Jan 12 21:44:57 2018	(r458876)
@@ -16,7 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 RUN_DEPENDS=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51 \
 		${LUA_MODLIBDIR}/ssl.so:security/luasec-51 \
 		${LUA_MODLIBDIR}/lxp.so:textproc/luaexpat-51 \
-		${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem-51
+		${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem-51 \
+		${LUA_MODLIBDIR}/bit.so:devel/lua-bitop-51
 LIB_DEPENDS=	libidn.so:dns/libidn
 
 USES=		cpe gmake lua:51 shebangfix ssl


More information about the svn-ports-head mailing list