diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2007-09-05 13:57:27 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2007-09-05 13:57:27 +0000 |
commit | b0cd481e69b89f0534088628bdee5da69e89d8a9 (patch) | |
tree | 8b313de4c676d3041231af3c6bdeaa606771590b /mail/msmtp | |
parent | 01f34445a958dca0595ac39c1d89d96e63e5474f (diff) | |
download | ports-b0cd481e69b89f0534088628bdee5da69e89d8a9.tar.gz ports-b0cd481e69b89f0534088628bdee5da69e89d8a9.zip |
Notes
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index ae4473f2f2ed..a51d11d0a76d 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -39,7 +39,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root.crt:${PORTSDIR}/security/ca-roots .endif .if defined(WITH_GSASL) -LIB_DEPENDS+= gsasl.10:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.11:${PORTSDIR}/security/gsasl .else CONFIGURE_ARGS+= --without-gsasl .endif |