aboutsummaryrefslogtreecommitdiff
path: root/net-im/climm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-04 14:39:22 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-04 14:39:22 +0000
commit06358fd1ac0845a853198fc1b428497d63e8946e (patch)
treeb8da30834597904af6a2419874b44c2e980e028a /net-im/climm
parent63f1755ffd0a3ac3eb1706357f88b4842123d931 (diff)
downloadports-06358fd1ac0845a853198fc1b428497d63e8946e.tar.gz
ports-06358fd1ac0845a853198fc1b428497d63e8946e.zip
- Switch security/libotr3 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=356504
Diffstat (limited to 'net-im/climm')
-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 465f1aa443c0..ef05d7385f79 100644
--- a/net-im/climm/Makefile
+++ b/net-im/climm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= climm
PORTVERSION= 0.7.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= net-im
MASTER_SITES= http://www.climm.org/source/ \
http://http.bg.climm.org/source/
@@ -28,7 +28,7 @@ XMPP_DESC= Enable XMPP Jabber support
.if ${PORT_OPTIONS:MOTR}
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+= --enable-otr
-LIB_DEPENDS+= libotr.so.4:${PORTSDIR}/security/libotr3
+LIB_DEPENDS+= libotr.so.2:${PORTSDIR}/security/libotr3
.else
CONFIGURE_ARGS+= --disable-otr
.endif