diff options
author | johans <johans@FreeBSD.org> | 2011-02-25 22:13:56 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-02-25 22:13:56 +0800 |
commit | a4e4c29bd45e85cc35f346f6fbf269b1d01b4304 (patch) | |
tree | f30e2c35101e0030bb0ba00a02059655856a4835 | |
parent | d3e6e4287d2a8192ab47e78eab5cb39cc9b496e9 (diff) | |
download | freebsd-ports-gnome-a4e4c29bd45e85cc35f346f6fbf269b1d01b4304.tar.gz freebsd-ports-gnome-a4e4c29bd45e85cc35f346f6fbf269b1d01b4304.tar.zst freebsd-ports-gnome-a4e4c29bd45e85cc35f346f6fbf269b1d01b4304.zip |
Chase security/gsasl update
-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 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 |