diff options
Diffstat (limited to 'net-im/prosody/Makefile')
-rw-r--r-- | net-im/prosody/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile index 233ae2958adb..6a9bfbd004c1 100644 --- a/net-im/prosody/Makefile +++ b/net-im/prosody/Makefile @@ -14,11 +14,12 @@ MASTER_SITES= http://prosody.im/downloads/source/ \ MAINTAINER= lx@FreeBSD.org COMMENT= A simple extensible XMPP server written in Lua -BUILD_DEPENDS= ${LOCALBASE}/include/stringprep.h:${PORTSDIR}/dns/libidn RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket \ ${LUA_MODLIBDIR}/ssl.so:${PORTSDIR}/security/luasec \ ${LUA_MODLIBDIR}/lxp.so:${PORTSDIR}/textproc/luaexpat \ - ${LUA_MODLIBDIR}/lfs.so:${PORTSDIR}/devel/luafilesystem + ${LUA_MODLIBDIR}/lfs.so:${PORTSDIR}/devel/luafilesystem \ + +LIB_DEPENDS= idn:${PORTSDIR}/dns/libidn USE_RC_SUBR= prosody MAN1= prosodyctl.1 |