aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-11-06 03:01:34 +0800
committeroliver <oliver@FreeBSD.org>2005-11-06 03:01:34 +0800
commit6612f952fcae623aaceb73315485640d17abd859 (patch)
tree00e81ddbc9484d7882a715da3b84c1f06826bc6f /mail
parentf8a5d5e6a52c558cf9a4b0e2256eb06302b807e8 (diff)
downloadfreebsd-ports-gnome-6612f952fcae623aaceb73315485640d17abd859.tar.gz
freebsd-ports-gnome-6612f952fcae623aaceb73315485640d17abd859.tar.zst
freebsd-ports-gnome-6612f952fcae623aaceb73315485640d17abd859.zip
- Chase gpgme update
PR: ports/88534 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Pointy hat to: lofi
Diffstat (limited to 'mail')
-rw-r--r--mail/sylpheed2/Makefile2
-rw-r--r--mail/sylpheed3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile
index e10132b378d0..49c7a0c9d56c 100644
--- a/mail/sylpheed2/Makefile
+++ b/mail/sylpheed2/Makefile
@@ -49,7 +49,7 @@ CONFIGURE_ARGS+=--enable-ssl
.endif
.if defined(WITH_GPGME)
-LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.15:${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 e10132b378d0..49c7a0c9d56c 100644
--- a/mail/sylpheed3/Makefile
+++ b/mail/sylpheed3/Makefile
@@ -49,7 +49,7 @@ CONFIGURE_ARGS+=--enable-ssl
.endif
.if defined(WITH_GPGME)
-LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+=--enable-gpgme
.else