diff options
author | David Thiel <lx@FreeBSD.org> | 2011-01-28 18:46:56 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2011-01-28 18:46:56 +0000 |
commit | b400db0742521971482af21aaa699ea7603a8d64 (patch) | |
tree | c2a8d2ed0eb606c8d1d7c173c4a0f304c55b2258 /net-im | |
parent | 5e552a18dbaa61341d2fd083296a643a796689a7 (diff) | |
download | ports-b400db0742521971482af21aaa699ea7603a8d64.tar.gz ports-b400db0742521971482af21aaa699ea7603a8d64.zip |
Notes
Diffstat (limited to 'net-im')
-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 |