diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2008-06-20 06:45:04 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2008-06-20 06:45:04 +0000 |
commit | 16d2f87000cf786ba32de8f7de42c8283590a8ab (patch) | |
tree | f5c1c81e5f756d44ca7f0af244a662ee5de5cafe /mail/msmtp/Makefile | |
parent | 8bcd89eed4c3359c9bcee761e8799d1cad2ec933 (diff) | |
download | ports-16d2f87000cf786ba32de8f7de42c8283590a8ab.tar.gz ports-16d2f87000cf786ba32de8f7de42c8283590a8ab.zip |
Notes
Diffstat (limited to 'mail/msmtp/Makefile')
-rw-r--r-- | mail/msmtp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index a7764b91b6ee..d354b69dcc4e 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= msmtp -PORTVERSION= 1.4.14 -PORTREVISION= 1 +PORTVERSION= 1.4.15 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= msmtp @@ -35,7 +34,7 @@ CONFIGURE_ARGS+= --without-ssl .endif .if defined(WITH_GNUTLS) || defined(WITH_OPENSSL) -RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root.crt:${PORTSDIR}/security/ca-roots +RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss .endif .if defined(WITH_GSASL) |