diff options
author | sf <sf@FreeBSD.org> | 2002-01-22 23:03:36 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2002-01-22 23:03:36 +0800 |
commit | 2f0403ba6401eeaa7b0f1f59f8b39b64cc2eaae9 (patch) | |
tree | e0363e8bb48381439a9046618adf2d46b204cfab /mail/sylpheed-claws | |
parent | 0166b3a0195c1f306687e96c7b57e8dc7de6475a (diff) | |
download | freebsd-ports-graphics-2f0403ba6401eeaa7b0f1f59f8b39b64cc2eaae9.tar.gz freebsd-ports-graphics-2f0403ba6401eeaa7b0f1f59f8b39b64cc2eaae9.tar.zst freebsd-ports-graphics-2f0403ba6401eeaa7b0f1f59f8b39b64cc2eaae9.zip |
chase libgpgme libversion.
PR: 34168
Submitted by: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 47c181bf478..3e74a1dd7c5 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 |