aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-12-20 04:11:12 +0800
committermarcus <marcus@FreeBSD.org>2004-12-20 04:11:12 +0800
commit987a40b7f99cded5b0f35091b3d359c2e2386ebf (patch)
treecc20bcbf0d2fec919412fa2274105cd896ebea62 /mail
parent0e05266c4b5c05bb04845a29e0ca610a0f873325 (diff)
downloadfreebsd-ports-gnome-987a40b7f99cded5b0f35091b3d359c2e2386ebf.tar.gz
freebsd-ports-gnome-987a40b7f99cded5b0f35091b3d359c2e2386ebf.tar.zst
freebsd-ports-gnome-987a40b7f99cded5b0f35091b3d359c2e2386ebf.zip
Chase gpgme changes.
Overlooked by: me (I missed the non-default gpgme consumers)
Diffstat (limited to 'mail')
-rw-r--r--mail/elmo-devel/Makefile2
-rw-r--r--mail/elmo/Makefile2
-rw-r--r--mail/sylpheed-gtk2/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile
index 227b4eb9c215..a0ed3a9d0ad8 100644
--- a/mail/elmo-devel/Makefile
+++ b/mail/elmo-devel/Makefile
@@ -34,7 +34,7 @@ MAN1= elmo.1 elmoconf.pl.1
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME)
-LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme03
.else
pre-everything::
@${ECHO_CMD}
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile
index 251ff8dedf57..6f031105617f 100644
--- a/mail/elmo/Makefile
+++ b/mail/elmo/Makefile
@@ -30,7 +30,7 @@ MAN1= elmo.1 elmoconf.pl.1
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME)
-LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme03
.else
pre-everything::
@${ECHO_CMD}
diff --git a/mail/sylpheed-gtk2/Makefile b/mail/sylpheed-gtk2/Makefile
index 0e2b78e57c20..bc4e570d497b 100644
--- a/mail/sylpheed-gtk2/Makefile
+++ b/mail/sylpheed-gtk2/Makefile
@@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --enable-ssl
.endif
.if defined(WITH_GPGME)
-LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme03
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+= --enable-gpgme
.endif