summaryrefslogtreecommitdiff
path: root/mail/libetpan
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 /mail/libetpan
parentUpdate to 2.8.3. (diff)
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Notes
Notes: svn path=/head/; revision=239670
Diffstat (limited to 'mail/libetpan')
-rw-r--r--mail/libetpan/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile
index 44cbbe6342a0..3ef38fcfe9b7 100644
--- a/mail/libetpan/Makefile
+++ b/mail/libetpan/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libetpan
PORTVERSION= 0.58
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= SF
@@ -32,7 +33,7 @@ OPTIONS= GNUTLS "Enable gnuTLS support" off \
IPV6 "Enable ipv6 support." on
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --without-openssl --with-gnutls
.else
USE_OPENSSL= yes