diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-19 20:11:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-19 20:11:12 +0000 |
commit | 1a02ad487705a90125558e22f74b0d678c7fa863 (patch) | |
tree | 0884f2ed1abb01c9caa7ff84bda5e2d6c827f6f9 | |
parent | Portlint (diff) |
Chase gpgme changes.
Overlooked by: me (I missed the non-default gpgme consumers)
Notes
Notes:
svn path=/head/; revision=124520
-rw-r--r-- | mail/elmo-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/elmo/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed-gtk2/Makefile | 2 |
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 |