summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2015-06-19 06:35:31 +0000
committerMartin Matuska <mm@FreeBSD.org>2015-06-19 06:35:31 +0000
commit6e133e15baeb1da2be71e8f9848c4c23815c25c1 (patch)
treef1c2e7a9aa26b1a8263b8e65f38a6da8cfe8a72e /net-im
parentFix: pkg-static: POST-INSTALL script failed (diff)
Switch to kqueue(2)
Notes
Notes: svn path=/head/; revision=390103
Diffstat (limited to 'net-im')
-rw-r--r--net-im/jabberd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile
index bbbac2f35e27..5256e1a9786a 100644
--- a/net-im/jabberd/Makefile
+++ b/net-im/jabberd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jabberd
PORTVERSION= 2.3.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= net-im
MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \
LOCAL/matthew/${PORTNAME}
@@ -33,7 +33,7 @@ USE_RC_SUBR= jabberd
USE_LDCONFIG= ${PREFIX}/lib/jabberd
CONFIGURE_ARGS= --localstatedir=/var \
--sysconfdir=${PREFIX}/etc/jabberd \
- --enable-ssl --enable-mio=poll \
+ --enable-ssl --enable-mio=kqueue \
--disable-tests \
--with-extra-include-path="${LOCALBASE}/include ${EIP}" \
--with-extra-library-path="${LOCALBASE}/lib ${ELP}"