diff options
author | lx <lx@FreeBSD.org> | 2018-01-13 05:44:57 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2018-01-13 05:44:57 +0800 |
commit | bb57938201e0e00256f5064c1eb71002a604adf6 (patch) | |
tree | f097467ba9233c9ffde2d5ba5e12ce5eb16d660a /net-im | |
parent | 2f06be6febe34cc73933ba54b10d8b56928afe98 (diff) | |
download | freebsd-ports-gnome-bb57938201e0e00256f5064c1eb71002a604adf6.tar.gz freebsd-ports-gnome-bb57938201e0e00256f5064c1eb71002a604adf6.tar.zst freebsd-ports-gnome-bb57938201e0e00256f5064c1eb71002a604adf6.zip |
Add bitop-51 dependency.
Submitted by: Philip Brown <philip.brown@kiwienglish.es>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/prosody/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile index b3751847eb07..304bc827af19 100644 --- a/net-im/prosody/Makefile +++ b/net-im/prosody/Makefile @@ -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 |