aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bitlbee
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-09-08 14:58:01 +0800
committerdougb <dougb@FreeBSD.org>2012-09-08 14:58:01 +0800
commit33a6609a385b3d1a3012e781f5290c309695949f (patch)
tree6236262c3192e4e99f803125268dd660f21acc6e /irc/bitlbee
parent5462acebcbedf46c444e72b3db12e96c213dfb51 (diff)
downloadfreebsd-ports-gnome-33a6609a385b3d1a3012e781f5290c309695949f.tar.gz
freebsd-ports-gnome-33a6609a385b3d1a3012e781f5290c309695949f.tar.zst
freebsd-ports-gnome-33a6609a385b3d1a3012e781f5290c309695949f.zip
Hook security/libotr3 up, and move ports that depend on the old version
to this new dependency.
Diffstat (limited to 'irc/bitlbee')
-rw-r--r--irc/bitlbee/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile
index 26aa32d6c938..2e9f4c49bdf3 100644
--- a/irc/bitlbee/Makefile
+++ b/irc/bitlbee/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bitlbee
PORTVERSION= 3.0.5
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://get.bitlbee.org/src/ \
${MASTER_SITE_LOCAL}
@@ -72,7 +73,7 @@ LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls \
.if defined(WITH_OTR)
CONFIGURE_ARGS+=--otr=1
-LIB_DEPENDS+= otr.4:${PORTSDIR}/security/libotr
+LIB_DEPENDS+= otr.4:${PORTSDIR}/security/libotr3
.else
CONFIGURE_ARGS+=--otr=0
.endif