diff options
Diffstat (limited to 'mail/msmtp/Makefile')
-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 ae4473f2f2e..a51d11d0a76 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 |