aboutsummaryrefslogtreecommitdiff
path: root/mail/msmtp
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2007-06-01 08:24:36 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2007-06-01 08:24:36 +0000
commitc0816bb3be26fb973fda514e53e2fa8d197da9c7 (patch)
tree555c295dbe040a2c4947540cb0ef073ef3f3c16e /mail/msmtp
parent9274ab617e6c47e79f0167e3601ac4bd5a23f004 (diff)
downloadports-c0816bb3be26fb973fda514e53e2fa8d197da9c7.tar.gz
ports-c0816bb3be26fb973fda514e53e2fa8d197da9c7.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 c03b81caf06f..972361c307d1 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -40,7 +40,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root.crt:${PORTSDIR}/security/ca-roots
.endif
.if defined(WITH_GSASL)
-LIB_DEPENDS+= gsasl.9:${PORTSDIR}/security/gsasl
+LIB_DEPENDS+= gsasl.10:${PORTSDIR}/security/gsasl
.else
CONFIGURE_ARGS+= --without-gsasl
.endif