summaryrefslogtreecommitdiff
path: root/mail/sylpheed2-devel
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 05:33:24 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 05:33:24 +0000
commit400739812c7a6ca85f6ea139fcf1d5423b81f3ca (patch)
tree5ad3f18799dfca4517bb5c2d21bf7d4b3c23c456 /mail/sylpheed2-devel
parentupgrade to 0.3.9 (diff)
bump gpgme shlib version
Notes
Notes: svn path=/head/; revision=66789
Diffstat (limited to 'mail/sylpheed2-devel')
-rw-r--r--mail/sylpheed2-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile
index 4b49c398cc53..702fd1219c63 100644
--- a/mail/sylpheed2-devel/Makefile
+++ b/mail/sylpheed2-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sylpheed
PORTVERSION= 0.8.2
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/
@@ -31,7 +32,7 @@ USE_IMLIB= yes
CONFIGURE_ARGS+=--disable-gdk-pixbuf
.endif
.if defined(WITH_GPGME)
-LIB_DEPENDS+= gpgme.8:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+=--enable-gpgme
.else