aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-11-05 19:01:34 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-11-05 19:01:34 +0000
commit9a44066fbb4a48b41ffee3fa7afad7c49914c00d (patch)
tree9b8248ee9ba566a3724d7bbe3ea82a89eb0553d7
parent1dc03a8b264adb8b3c2edad8522bacf7c86c6dd6 (diff)
downloadports-9a44066fbb4a48b41ffee3fa7afad7c49914c00d.tar.gz
ports-9a44066fbb4a48b41ffee3fa7afad7c49914c00d.zip
- Chase gpgme update
PR: ports/88534 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Pointy hat to: lofi
Notes
Notes: svn path=/head/; revision=147406
-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