diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-27 17:32:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-27 17:32:53 +0000 |
commit | 1a1810e50c1fdf6c2085f778602c332f1cf0b690 (patch) | |
tree | 55844805fcdc997134b4623ec6a5e213a83de1a7 /mail/balsa/Makefile | |
parent | df8959b1968786024e1cbb13331f43e432b7d3bf (diff) |
Chase the gpgme shared lib version.
Notes
Notes:
svn path=/head/; revision=192063
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r-- | mail/balsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 7a6829655afc..a55c0e51e82c 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -54,7 +54,7 @@ OPTIONS= LDAP "Enable LDAP support" on \ .include <bsd.port.pre.mk> .if defined(WITH_GPG) -LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.17:${PORTSDIR}/security/gpgme CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config .endif |