diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-20 04:17:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-20 04:17:41 +0800 |
commit | bf4feba1ea8e644a8a27ed0fa328788559731a4c (patch) | |
tree | 95f692d9a2a2a7055534670adff354268ef48848 /mail | |
parent | b3af281018cfb61ff9157badd2fa6019ed579b40 (diff) | |
download | freebsd-ports-gnome-bf4feba1ea8e644a8a27ed0fa328788559731a4c.tar.gz freebsd-ports-gnome-bf4feba1ea8e644a8a27ed0fa328788559731a4c.tar.zst freebsd-ports-gnome-bf4feba1ea8e644a8a27ed0fa328788559731a4c.zip |
Re-enable the GPG option.
Diffstat (limited to 'mail')
-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> |