summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/anubis/Makefile4
-rw-r--r--mail/balsa/Makefile2
-rw-r--r--mail/elmo-devel/Makefile2
-rw-r--r--mail/elmo/Makefile2
-rw-r--r--mail/sylpheed/Makefile2
-rw-r--r--mail/sylpheed3/Makefile2
6 files changed, 7 insertions, 7 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile
index f4332af16fec..9bc86e7d145d 100644
--- a/mail/anubis/Makefile
+++ b/mail/anubis/Makefile
@@ -7,7 +7,7 @@
PORTNAME= anubis
PORTVERSION= 4.1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -70,7 +70,7 @@ PLIST_SUB+= GUILE=""
.if defined(WITHOUT_GPGME)
CONFIGURE_ARGS+=--without-gpgme
.else
-LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme
.endif
.if defined(WITHOUT_GNUTLS)
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index 2d095c23f4cd..925a77cb8e73 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -54,7 +54,7 @@ OPTIONS= LDAP "Enable LDAP support" on \
.include <bsd.port.pre.mk>
.if defined(WITH_GPG)
-LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme
CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config
.endif
diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile
index d3a530a33762..3a801dff6f51 100644
--- a/mail/elmo-devel/Makefile
+++ b/mail/elmo-devel/Makefile
@@ -44,7 +44,7 @@ USE_GETTEXT= yes
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME)
-LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme
.else
pre-everything::
@${ECHO_CMD}
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile
index bb79e46a7d08..32b4546952dc 100644
--- a/mail/elmo/Makefile
+++ b/mail/elmo/Makefile
@@ -44,7 +44,7 @@ USE_GETTEXT= yes
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME)
-LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme
.else
pre-everything::
@${ECHO_CMD}
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index 3869440f7874..8ed3f53ab67c 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -49,7 +49,7 @@ CONFIGURE_ARGS+=--disable-imlib
CONFIGURE_ARGS+=--disable-gdk-pixbuf
.endif
.if defined(WITH_GPGME)
-LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+=--enable-gpgme
.else
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile
index 1a01c007ce0d..44b97395562c 100644
--- a/mail/sylpheed3/Makefile
+++ b/mail/sylpheed3/Makefile
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+=--disable-ssl
.endif
.if defined(WITH_GPGME)
-LIB_DEPENDS+= gpgme.18:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+=--enable-gpgme
.else