diff options
author | novel <novel@FreeBSD.org> | 2012-06-09 14:36:51 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2012-06-09 14:36:51 +0800 |
commit | d907ade9e501b9cec9ce37c4927fc1e4f1540741 (patch) | |
tree | 6898c0b7565522e79963590e739edc2e18ef8556 /mail | |
parent | 15f933f960914be16bb852d700c3773ea830e4ee (diff) | |
download | freebsd-ports-gnome-d907ade9e501b9cec9ce37c4927fc1e4f1540741.tar.gz freebsd-ports-gnome-d907ade9e501b9cec9ce37c4927fc1e4f1540741.tar.zst freebsd-ports-gnome-d907ade9e501b9cec9ce37c4927fc1e4f1540741.zip |
- Chase security/gsasl shlib version bump
- Bump PORTREVISION
PR: 168872
Submitted by: rakuco
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 8b6cb1d4e805..8041d051362f 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -7,6 +7,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.28 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -49,7 +50,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_r .endif .if defined(WITH_GSASL) -LIB_DEPENDS+= gsasl.15:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.16:${PORTSDIR}/security/gsasl CONFIGURE_ARGS+= --with-libgsasl .else CONFIGURE_ARGS+= --without-libgsasl |