aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bitlbee-otr
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2007-07-01 16:56:16 +0800
committernovel <novel@FreeBSD.org>2007-07-01 16:56:16 +0800
commitbee0ac58b31b49d4999c27a48b677263a9a1328d (patch)
tree1dc1a18dcb267cb449853409ce4cb453a6b0ab1c /irc/bitlbee-otr
parent3527296cf62e327247a65f5ae2959835705b3d5d (diff)
downloadfreebsd-ports-gnome-bee0ac58b31b49d4999c27a48b677263a9a1328d.tar.gz
freebsd-ports-gnome-bee0ac58b31b49d4999c27a48b677263a9a1328d.tar.zst
freebsd-ports-gnome-bee0ac58b31b49d4999c27a48b677263a9a1328d.zip
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
Diffstat (limited to 'irc/bitlbee-otr')
-rw-r--r--irc/bitlbee-otr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile
index 3e04da38ce31..b2789ba4a123 100644
--- a/irc/bitlbee-otr/Makefile
+++ b/irc/bitlbee-otr/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bitlbee
PORTVERSION= 1.0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= irc
MASTER_SITES= http://get.bitlbee.org/src/
@@ -50,7 +50,7 @@ CONFIGURE_ARGS+=--msn=0 --ssl=bogus
.if defined(WITH_OPENSSL)
CONFIGURE_ARGS+=--ssl=openssl
.else
-LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.endif
.if defined(WITH_LDAP)