aboutsummaryrefslogtreecommitdiff
path: root/mail/msmtp/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2010-06-14 10:10:50 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2010-06-14 10:10:50 +0000
commitc799fe79583787a94defb86ef2e00adddb7b14b6 (patch)
tree8a419852bcfc411dc6febbca08b0dbe2e4444276 /mail/msmtp/Makefile
parentfe9c8cacd2ce270b3f0f4387afdd5d06e2f013b3 (diff)
downloadports-c799fe79583787a94defb86ef2e00adddb7b14b6.tar.gz
ports-c799fe79583787a94defb86ef2e00adddb7b14b6.zip
Notes
Diffstat (limited to 'mail/msmtp/Makefile')
-rw-r--r--mail/msmtp/Makefile6
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)