summaryrefslogtreecommitdiff
path: root/mail/balsa
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-19 20:17:41 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-19 20:17:41 +0000
commit5d5641ddb6b557b68952f3edd1c85608d78918d6 (patch)
tree9efbaa45bed75515f93040d893e402ccac5e1ef0 /mail/balsa
parentBalsa can now use gpgme again since it was updated to 1.0.1. (diff)
Re-enable the GPG option.
Notes
Notes: svn path=/head/; revision=124522
Diffstat (limited to 'mail/balsa')
-rw-r--r--mail/balsa/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index 8702f2532879..347448aa1147 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -42,7 +42,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
MAN1= balsa.1
-OPTIONS= LDAP "Enable LDAP support" on
+OPTIONS= LDAP "Enable LDAP support" on \
+ GPG "Enable GnuPG support" off
.include <bsd.port.pre.mk>