aboutsummaryrefslogtreecommitdiff
path: root/irc/bitlbee
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2009-08-16 18:04:40 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2009-08-16 18:04:40 +0000
commitf32c11d872ea222db4b9c33da363f2a8098194e1 (patch)
treeb1caddc6f61d87da0f97b4f1e91b311c70bf3f97 /irc/bitlbee
parent89dbb0c8e2caff37277d7ad2e3b13666c62b13df (diff)
downloadports-f32c11d872ea222db4b9c33da363f2a8098194e1.tar.gz
ports-f32c11d872ea222db4b9c33da363f2a8098194e1.zip
Notes
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 46a5fcab6fd8..5e7fe88afa80 100644
--- a/irc/bitlbee/Makefile
+++ b/irc/bitlbee/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bitlbee
PORTVERSION= 1.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= irc
MASTER_SITES= http://get.bitlbee.org/src/ \
${MASTER_SITE_LOCAL}
@@ -76,7 +76,7 @@ CONFIGURE_ARGS+=--ipv6=0
CONFIGURE_ARGS+=--ssl=openssl
.else
CONFIGURE_ARGS+=--ssl=gnutls
-LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
.endif
.if defined(WITH_MSN)