aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed3
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2006-09-13 21:24:20 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2006-09-13 21:24:20 +0000
commit4dce0bd83bab57a46a96b04263cc1954a5b0f715 (patch)
treed02a05f93737ca5eb857ecae20787854c59c3d42 /mail/sylpheed3
parent34277ade842bac5f5d6fdce9e709acf79ac367c0 (diff)
Update gpgme to 1.1.2, chase dependencies.
Notes
Notes: svn path=/head/; revision=172981
Diffstat (limited to 'mail/sylpheed3')
-rw-r--r--mail/sylpheed3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile
index 1e288339f955..15f4c61c1e61 100644
--- a/mail/sylpheed3/Makefile
+++ b/mail/sylpheed3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sylpheed
PORTVERSION= 2.2.7
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/
@@ -53,7 +53,7 @@ CONFIGURE_ARGS+=--disable-ssl
.endif
.if defined(WITH_GPGME)
-LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.17:${PORTSDIR}/security/gpgme
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+=--enable-gpgme
.else