diff options
author | novel <novel@FreeBSD.org> | 2010-06-14 18:10:50 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2010-06-14 18:10:50 +0800 |
commit | 83a95b83ab9f192572a3b52b95922489a3d32345 (patch) | |
tree | 09d80d93a731b9ed1be599167475b92638d11f98 /mail/msmtp/Makefile | |
parent | e0656d768d660ab9f04f8d9176f38c05f1cf2a18 (diff) | |
download | freebsd-ports-gnome-83a95b83ab9f192572a3b52b95922489a3d32345.tar.gz freebsd-ports-gnome-83a95b83ab9f192572a3b52b95922489a3d32345.tar.zst freebsd-ports-gnome-83a95b83ab9f192572a3b52b95922489a3d32345.zip |
Update to 1.4.20.
Diffstat (limited to 'mail/msmtp/Makefile')
-rw-r--r-- | mail/msmtp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 37885695bea4..f308db9f13c0 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= msmtp -PORTVERSION= 1.4.19 -PORTREVISION= 1 +PORTVERSION= 1.4.20 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -38,8 +37,9 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_r .if defined(WITH_GSASL) LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl +CONFIGURE_ARGS+= --with-libgsasl .else -CONFIGURE_ARGS+= --without-gsasl +CONFIGURE_ARGS+= --without-libgsasl .endif .if !defined(WITHOUT_IDN) |