aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/climm/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-06-04 22:39:22 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-06-04 22:39:22 +0800
commitc42a7276a1c7d0b1e9c518d347cd61d13e327e82 (patch)
treeb8da30834597904af6a2419874b44c2e980e028a /net-im/climm/Makefile
parent21d8006248cdfcf480653c724ffa481dddcfcb5d (diff)
downloadfreebsd-ports-gnome-c42a7276a1c7d0b1e9c518d347cd61d13e327e82.tar.gz
freebsd-ports-gnome-c42a7276a1c7d0b1e9c518d347cd61d13e327e82.tar.zst
freebsd-ports-gnome-c42a7276a1c7d0b1e9c518d347cd61d13e327e82.zip
- Switch security/libotr3 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
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 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