From b400db0742521971482af21aaa699ea7603a8d64 Mon Sep 17 00:00:00 2001 From: David Thiel Date: Fri, 28 Jan 2011 18:46:56 +0000 Subject: Move libidn into LIB_DEPENDS, where it belongs. PR: ports/154358 Submitted by: Arnaud Houdelette Feature safe: Yes --- net-im/prosody/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net-im') 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 -- cgit v1.2.3