diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-05 18:43:16 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-06-05 18:43:16 +0000 |
commit | 207386f96a454f28a3f0a367069d0d4715b9e6e2 (patch) | |
tree | a498091a932a1bb378d3a0a8f8dcc91f46a54771 /mail/msmtp/Makefile | |
parent | c96ae66b570729bd8c116293984c253bfe446655 (diff) |
Notes
Diffstat (limited to 'mail/msmtp/Makefile')
-rw-r--r-- | mail/msmtp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 1607090979a6..63860f29cc90 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -7,6 +7,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.24 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -32,7 +33,7 @@ OPTIONS= GNUTLS "Adds GnuTLS support" off \ .include <bsd.port.options.mk> .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-ssl=gnutls .elif defined(WITH_OPENSSL) USE_OPENSSL= yes |