aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed3
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-21 12:43:39 +0000
committerJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-21 12:43:39 +0000
commit2f634463b614583df80d788d285e2d996318a4e3 (patch)
tree8334050c9f73c9abb4eb3dda1b54b27f4add873f /mail/sylpheed3
parent6004f13382c7878fc39ee50fb971daf0a6c5853b (diff)
- Chase gpgme shared lib bump.
- Add an entry to UPDATING Reviewed by: tabthorpe
Notes
Notes: svn path=/head/; revision=278110
Diffstat (limited to 'mail/sylpheed3')
-rw-r--r--mail/sylpheed3/Makefile2
1 files changed, 1 insertions, 1 deletions
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