diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-20 04:16:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-20 04:16:41 +0800 |
commit | b3af281018cfb61ff9157badd2fa6019ed579b40 (patch) | |
tree | a8b9e08b43d965b19c3694efa01e28b8621fed5d /mail/balsa | |
parent | 987a40b7f99cded5b0f35091b3d359c2e2386ebf (diff) | |
download | freebsd-ports-gnome-b3af281018cfb61ff9157badd2fa6019ed579b40.tar.gz freebsd-ports-gnome-b3af281018cfb61ff9157badd2fa6019ed579b40.tar.zst freebsd-ports-gnome-b3af281018cfb61ff9157badd2fa6019ed579b40.zip |
Balsa can now use gpgme again since it was updated to 1.0.1.
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 902964b5d7ba..8702f2532879 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -46,10 +46,10 @@ OPTIONS= LDAP "Enable LDAP support" on .include <bsd.port.pre.mk> -#.if defined(WITH_GPG) -#LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme -#CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config -#.endif +.if defined(WITH_GPG) +LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme +CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config +.endif .if !defined(WITHOUT_LDAP) USE_OPENLDAP= yes |