diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-11 13:31:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-11 13:31:21 +0800 |
commit | ff3437a31973597fa45487f574d2c2fa91097068 (patch) | |
tree | 7a655c5183992b6797aaa0d887137bff7360904f /mail | |
parent | a3f4339931ff305e70ca43ff59b0e67edb2a6951 (diff) | |
download | freebsd-ports-gnome-ff3437a31973597fa45487f574d2c2fa91097068.tar.gz freebsd-ports-gnome-ff3437a31973597fa45487f574d2c2fa91097068.tar.zst freebsd-ports-gnome-ff3437a31973597fa45487f574d2c2fa91097068.zip |
Switch gpgme dependency to gpgme03.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/anubis/Makefile | 2 | ||||
-rw-r--r-- | mail/claws-mail/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed-claws/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 85cc1b63f02b..a77bd07be293 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --without-gnutls .if defined(WITHOUT_GPGME) CONFIGURE_ARGS+= --without-gpgme .else -LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme03 .endif # PCRE diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index d50a2311faa0..6db7288f4138 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -90,7 +90,7 @@ CONFIGURE_ARGS+= --disable-gdk-pixbuf .endif #.if defined(WITH_GPGME) || defined(WITH_ALL) PLIST_SUB+= 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 #.else diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index d50a2311faa0..6db7288f4138 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -90,7 +90,7 @@ CONFIGURE_ARGS+= --disable-gdk-pixbuf .endif #.if defined(WITH_GPGME) || defined(WITH_ALL) PLIST_SUB+= 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 #.else |