diff options
author | David Thiel <lx@FreeBSD.org> | 2018-01-13 05:44:57 +0800 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2018-01-13 05:44:57 +0800 |
commit | 0b864b38ea7999caf2333b8c61446c16987cb833 (patch) | |
tree | f097467ba9233c9ffde2d5ba5e12ce5eb16d660a /net-im | |
parent | 9405dd057a35213ce75314d0d20c266a7635db82 (diff) | |
download | freebsd-ports-gnome-0b864b38ea7999caf2333b8c61446c16987cb833.tar.gz freebsd-ports-gnome-0b864b38ea7999caf2333b8c61446c16987cb833.tar.zst freebsd-ports-gnome-0b864b38ea7999caf2333b8c61446c16987cb833.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 |