aboutsummaryrefslogtreecommitdiffstats
path: root/mail/balsa
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-12-20 04:16:41 +0800
committermarcus <marcus@FreeBSD.org>2004-12-20 04:16:41 +0800
commitb3af281018cfb61ff9157badd2fa6019ed579b40 (patch)
treea8b9e08b43d965b19c3694efa01e28b8621fed5d /mail/balsa
parent987a40b7f99cded5b0f35091b3d359c2e2386ebf (diff)
downloadfreebsd-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/Makefile8
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