aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2002-01-22 23:03:36 +0800
committersf <sf@FreeBSD.org>2002-01-22 23:03:36 +0800
commit2f0403ba6401eeaa7b0f1f59f8b39b64cc2eaae9 (patch)
treee0363e8bb48381439a9046618adf2d46b204cfab
parent0166b3a0195c1f306687e96c7b57e8dc7de6475a (diff)
downloadfreebsd-ports-gnome-2f0403ba6401eeaa7b0f1f59f8b39b64cc2eaae9.tar.gz
freebsd-ports-gnome-2f0403ba6401eeaa7b0f1f59f8b39b64cc2eaae9.tar.zst
freebsd-ports-gnome-2f0403ba6401eeaa7b0f1f59f8b39b64cc2eaae9.zip
chase libgpgme libversion.
PR: 34168 Submitted by: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
-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