diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2009-02-06 07:24:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2009-02-06 07:24:05 +0000 |
commit | eb3283ed6e1cfa0eb0d2d6d421204e8f69f66bc8 (patch) | |
tree | f8e6b9cfc75e0c388fa3f41f8cd6c62d36259ee7 /mail/msmtp/Makefile | |
parent | 2c0c9683099dd48ff2139916cf0580acaf46d716 (diff) | |
download | ports-eb3283ed6e1cfa0eb0d2d6d421204e8f69f66bc8.tar.gz ports-eb3283ed6e1cfa0eb0d2d6d421204e8f69f66bc8.zip |
Notes
Diffstat (limited to 'mail/msmtp/Makefile')
-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 a4127a1a81b2..2eec10fa9e41 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -7,6 +7,7 @@ PORTNAME= msmtp PORTVERSION= 1.4.17 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= msmtp @@ -37,7 +38,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_r .endif .if defined(WITH_GSASL) -LIB_DEPENDS+= gsasl.12:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl .else CONFIGURE_ARGS+= --without-gsasl .endif |