diff options
author | krion <krion@FreeBSD.org> | 2007-06-01 16:24:36 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2007-06-01 16:24:36 +0800 |
commit | b44974a2b97e049ba42a21eaa2cceead765ac8cc (patch) | |
tree | 8c38e77c57a83a30eff55c131172fa53c31f81e2 /mail/msmtp | |
parent | 973726e9a128de8e9cd4df82320cbc6a479af4e4 (diff) | |
download | freebsd-ports-graphics-b44974a2b97e049ba42a21eaa2cceead765ac8cc.tar.gz freebsd-ports-graphics-b44974a2b97e049ba42a21eaa2cceead765ac8cc.tar.zst freebsd-ports-graphics-b44974a2b97e049ba42a21eaa2cceead765ac8cc.zip |
Chase increase of security/gsasl shlib version.
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 c03b81caf06..972361c307d 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 |