summaryrefslogtreecommitdiff
path: root/net-im/climm/Makefile
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2009-05-18 21:02:05 +0000
committerJohan van Selst <johans@FreeBSD.org>2009-05-18 21:02:05 +0000
commitd4203a85571fd9c3181732f723365d87f5bff941 (patch)
tree33b213cab8662ad8edc0afd49298305f804ed172 /net-im/climm/Makefile
parent* XPath support for document searching (diff)
Update to 0.7
Notes
Notes: svn path=/head/; revision=234170
Diffstat (limited to 'net-im/climm/Makefile')
-rw-r--r--net-im/climm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
index f720632cb76b..960873db0196 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= climm
-PORTVERSION= 0.6.4
+PORTVERSION= 0.7
CATEGORIES= net-im
MASTER_SITES= http://www.climm.org/source/ \
http://http.bg.climm.org/source/
@@ -74,7 +74,7 @@ CONFIGURE_ARGS+= --disable-remote
.if defined(WITHOUT_XMPP)
CONFIGURE_ARGS+= --disable-xmpp
.else
-LIB_DEPENDS+= gloox:${PORTSDIR}/net-im/gloox
+LIB_DEPENDS+= iksemel:${PORTSDIR}/textproc/iksemel
CONFIGURE_ARGS+= --enable-xmpp
.endif