aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/msmtp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index 7adbcbe3d6a4..fc9bcb3ad64d 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= msmtp
PORTVERSION= 1.4.23
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= SF
@@ -46,7 +47,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_r
.endif
.if defined(WITH_GSASL)
-LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl
+LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl
CONFIGURE_ARGS+= --with-libgsasl
.else
CONFIGURE_ARGS+= --without-libgsasl