summaryrefslogtreecommitdiff
path: root/net-im/ejabberd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/ejabberd/Makefile')
-rw-r--r--net-im/ejabberd/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-im/ejabberd/Makefile b/net-im/ejabberd/Makefile
index 164624947c7c..00fa224e5458 100644
--- a/net-im/ejabberd/Makefile
+++ b/net-im/ejabberd/Makefile
@@ -7,15 +7,19 @@
PORTNAME= ejabberd
PORTVERSION= 0.9.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.jabber.ru/files/ejabberd/ \
http://www.process-one.net/en/projects/ejabberd/download/${PORTVERSION}/
+PATCH_SITES= http://ejabberd.jabber.ru/files/badlop/
+PATCHFILES= ejabberd_ctl.erl.diff
MAINTAINER= gonzo@univ.kiev.ua
COMMENT= Free and Open Source distributed fault-tolerant Jabber server
BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
+LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
PLIST_SUB= VERSION="${PORTVERSION}"
@@ -23,6 +27,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
+USE_OPENSSL= yes
+USE_ICONV= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>