diff options
author | oliver <oliver@FreeBSD.org> | 2005-11-06 03:01:34 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-11-06 03:01:34 +0800 |
commit | 6612f952fcae623aaceb73315485640d17abd859 (patch) | |
tree | 00e81ddbc9484d7882a715da3b84c1f06826bc6f /mail/sylpheed2 | |
parent | f8a5d5e6a52c558cf9a4b0e2256eb06302b807e8 (diff) | |
download | freebsd-ports-gnome-6612f952fcae623aaceb73315485640d17abd859.tar.gz freebsd-ports-gnome-6612f952fcae623aaceb73315485640d17abd859.tar.zst freebsd-ports-gnome-6612f952fcae623aaceb73315485640d17abd859.zip |
- Chase gpgme update
PR: ports/88534
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Pointy hat to: lofi
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index e10132b378d0..49c7a0c9d56c 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -49,7 +49,7 @@ CONFIGURE_ARGS+=--enable-ssl .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else |