aboutsummaryrefslogtreecommitdiff
path: root/irc/bitlbee
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 /irc/bitlbee
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 'irc/bitlbee')
-rw-r--r--irc/bitlbee/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile
index a18aa1fa3f13..c4e918794d11 100644
--- a/irc/bitlbee/Makefile
+++ b/irc/bitlbee/Makefile
@@ -2,7 +2,7 @@
PORTNAME= bitlbee
PORTVERSION= 3.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= irc
MASTER_SITES= http://get.bitlbee.org/src/ \
${MASTER_SITE_LOCAL}
@@ -73,7 +73,7 @@ LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls \
.if ${PORT_OPTIONS:MOTR}
CONFIGURE_ARGS+=--otr=1
-LIB_DEPENDS+= libotr.so.4:${PORTSDIR}/security/libotr3
+LIB_DEPENDS+= libotr.so.2:${PORTSDIR}/security/libotr3
.else
CONFIGURE_ARGS+=--otr=0
.endif