diff options
-rw-r--r-- | mail/libvmime/Makefile | 4 | ||||
-rw-r--r-- | mail/mpop/Makefile | 2 | ||||
-rw-r--r-- | mail/msmtp/Makefile | 2 | ||||
-rw-r--r-- | net-im/jabberd/Makefile | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index 16f4afd9959e..816d7053cba0 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -7,7 +7,7 @@ PORTNAME= libvmime PORTVERSION= 0.9.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= SF/vmime/vmime/0.9 @@ -15,7 +15,7 @@ MAINTAINER= delphij@FreeBSD.org COMMENT= An all-in-one Internet mail library LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls -LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl USE_BZIP2= yes USE_GMAKE= yes diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index afc993db1ac9..aa15aef5d6d0 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -36,7 +36,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_r .endif .if defined(WITH_GSASL) -LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl .else CONFIGURE_ARGS+= --without-gsasl .endif diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index f6f1b62b5a1b..6a334b92f300 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -36,7 +36,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_r .endif .if defined(WITH_GSASL) -LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl .else CONFIGURE_ARGS+= --without-gsasl .endif diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index d8ef31c1704b..d2bd14d1acbc 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -171,7 +171,7 @@ CONFIGURE_ARGS+= --with-sasl=cyrus LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 .else CONFIGURE_ARGS+= --with-sasl=gsasl -LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl +LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl .endif MAN8= c2s.8 jabberd.8 router.8 s2s.8 sm.8 |