aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/libvmime/Makefile3
-rw-r--r--mail/msmtp/Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile
index 476bdcd7b8f3..fbe5fb7e8fc1 100644
--- a/mail/libvmime/Makefile
+++ b/mail/libvmime/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libvmime
PORTVERSION= 0.8.1
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= vmime
@@ -16,7 +17,7 @@ COMMENT= An all-in-one Internet mail library
# XXX Need a newer gnutls version before enabling this
#LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
-LIB_DEPENDS+= gsasl.9:${PORTSDIR}/security/gsasl
+LIB_DEPENDS+= gsasl.10:${PORTSDIR}/security/gsasl
USE_BZIP2= yes
USE_GMAKE= yes
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index c03b81caf06f..972361c307d1 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -40,7 +40,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root.crt:${PORTSDIR}/security/ca-roots
.endif
.if defined(WITH_GSASL)
-LIB_DEPENDS+= gsasl.9:${PORTSDIR}/security/gsasl
+LIB_DEPENDS+= gsasl.10:${PORTSDIR}/security/gsasl
.else
CONFIGURE_ARGS+= --without-gsasl
.endif