summaryrefslogtreecommitdiff
path: root/mail/sylpheed-claws
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-22 15:03:36 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-22 15:03:36 +0000
commit02c390fdde24a87cd8fe61782a9edf3749c05e3e (patch)
treef49075f93a6417f0dd636e551c008d37b9516873 /mail/sylpheed-claws
parentchase libgpgme libversion. (diff)
chase libgpgme libversion.
PR: 34168 Submitted by: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
Notes
Notes: svn path=/head/; revision=53568
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r--mail/sylpheed-claws/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile
index 47c181bf4788..3e74a1dd7c54 100644
--- a/mail/sylpheed-claws/Makefile
+++ b/mail/sylpheed-claws/Makefile
@@ -32,7 +32,7 @@ USE_IMLIB= yes
CONFIGURE_ARGS+= --disable-gdk-pixbuf
.endif
.if defined(WITH_GPGME) || defined(WITH_ALL)
-LIB_DEPENDS+= gpgme.4:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.5:${PORTSDIR}/security/gpgme
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+= --enable-gpgme
.endif