aboutsummaryrefslogtreecommitdiff
path: root/irc
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
parent63f1755ffd0a3ac3eb1706357f88b4842123d931 (diff)
downloadports-06358fd1ac0845a853198fc1b428497d63e8946e.tar.gz
ports-06358fd1ac0845a853198fc1b428497d63e8946e.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/bitlbee/Makefile4
-rw-r--r--irc/irssi-otr/Makefile6
2 files changed, 5 insertions, 5 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
diff --git a/irc/irssi-otr/Makefile b/irc/irssi-otr/Makefile
index fa837f294a54..10a53eddff99 100644
--- a/irc/irssi-otr/Makefile
+++ b/irc/irssi-otr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= irssi-otr
PORTVERSION= 0.3
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= irc
MASTER_SITES= ftp://download.tuxfamily.org/${MASTER_SITE_SUBDIR}/
MASTER_SITE_SUBDIR= irssiotr
@@ -13,8 +13,8 @@ COMMENT= A plugin for irssi for Off-the-Record (OTR) messaging
BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi \
${LOCALBASE}/bin/libgcrypt-config:${PORTSDIR}/security/libgcrypt
-LIB_DEPENDS= otr.4:${PORTSDIR}/security/libotr3 \
- gcrypt:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS= libotr.so.2:${PORTSDIR}/security/libotr3 \
+ libgcrypt.so:${PORTSDIR}/security/libgcrypt
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
LICENSE= GPLv2