summaryrefslogtreecommitdiff
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
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
-rw-r--r--mail/claws-mail/Makefile2
-rw-r--r--mail/sylpheed-claws/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index 47c181bf4788..3e74a1dd7c54 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/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
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