diff options
author | marcus <marcus@FreeBSD.org> | 2007-05-28 01:32:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-05-28 01:32:53 +0800 |
commit | 48bb8121fce12cdff9740102603b9f7505caa1cc (patch) | |
tree | 4904ed7be2550ca2a59e3436225a454ad8e6d3b7 /mail | |
parent | 47c842dc4298335f35117ad6a711d08a14f13b2e (diff) | |
download | freebsd-ports-gnome-48bb8121fce12cdff9740102603b9f7505caa1cc.tar.gz freebsd-ports-gnome-48bb8121fce12cdff9740102603b9f7505caa1cc.tar.zst freebsd-ports-gnome-48bb8121fce12cdff9740102603b9f7505caa1cc.zip |
Chase the gpgme shared lib version.
Diffstat (limited to 'mail')
-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 |