diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 15:03:36 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-22 15:03:36 +0000 |
commit | 02c390fdde24a87cd8fe61782a9edf3749c05e3e (patch) | |
tree | f49075f93a6417f0dd636e551c008d37b9516873 /mail/claws-mail | |
parent | chase libgpgme libversion. (diff) |
chase libgpgme libversion.
PR: 34168
Submitted by: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
Notes
Notes:
svn path=/head/; revision=53568
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 47c181bf4788..3e74a1dd7c54 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/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 |