aboutsummaryrefslogtreecommitdiff
path: root/mail/msmtp
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2009-12-15 20:59:48 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2009-12-15 20:59:48 +0000
commit3a93a11f4f164c6979445214b200b6cbea64471a (patch)
treea44d9e94fa6c6d0b785afa9a75b5d21fe9a5d101 /mail/msmtp
parent5cda188697b5c1124a8d98509f9a027e7471ebd8 (diff)
downloadports-3a93a11f4f164c6979445214b200b6cbea64471a.tar.gz
ports-3a93a11f4f164c6979445214b200b6cbea64471a.zip
Notes
Diffstat (limited to 'mail/msmtp')
-rw-r--r--mail/msmtp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index f6f1b62b5a1b..6a334b92f300 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -36,7 +36,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_r
.endif
.if defined(WITH_GSASL)
-LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl
+LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl
.else
CONFIGURE_ARGS+= --without-gsasl
.endif