summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2011-01-28 18:46:56 +0000
committerDavid Thiel <lx@FreeBSD.org>2011-01-28 18:46:56 +0000
commitb400db0742521971482af21aaa699ea7603a8d64 (patch)
treec2a8d2ed0eb606c8d1d7c173c4a0f304c55b2258 /net-im
parent- Update to 4.3 (diff)
Move libidn into LIB_DEPENDS, where it belongs.
PR: ports/154358 Submitted by: Arnaud Houdelette <tzim@tzim.net> Feature safe: Yes
Notes
Notes: svn path=/head/; revision=268341
Diffstat (limited to 'net-im')
-rw-r--r--net-im/prosody/Makefile5
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