summaryrefslogtreecommitdiff
path: root/mail/msmtp
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/msmtp
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/msmtp')
-rw-r--r--mail/msmtp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index 2eec10fa9e41..0d1b54004639 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= msmtp
PORTVERSION= 1.4.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= msmtp
@@ -24,7 +24,7 @@ MAN1= msmtp.1
INFO= msmtp
.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-ssl=gnutls
.elif defined(WITH_OPENSSL)
USE_OPENSSL= yes