diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-19 20:17:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-19 20:17:41 +0000 |
commit | 5d5641ddb6b557b68952f3edd1c85608d78918d6 (patch) | |
tree | 9efbaa45bed75515f93040d893e402ccac5e1ef0 /mail/balsa | |
parent | a92c57f09d8e289c4de11be1726aa10de86834f7 (diff) | |
download | ports-5d5641ddb6b557b68952f3edd1c85608d78918d6.tar.gz ports-5d5641ddb6b557b68952f3edd1c85608d78918d6.zip |
Notes
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 3 |
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> |