diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-28 23:17:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-28 23:17:42 +0000 |
commit | 93a665b85bc22038b5264df1b1ff6636d60920cd (patch) | |
tree | dbcee7025a4e383df545511f0c2d4231a41ec7f8 /mail/alpine | |
parent | 232472a585a3999f721a3f70b699317dfee07859 (diff) | |
download | ports-93a665b85bc22038b5264df1b1ff6636d60920cd.tar.gz ports-93a665b85bc22038b5264df1b1ff6636d60920cd.zip |
Notes
Diffstat (limited to 'mail/alpine')
-rw-r--r-- | mail/alpine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index b7478913ed46..86d81afebe5c 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -13,7 +13,7 @@ COMMENT?= Mail and news client descended from Pine LICENSE= APACHE20 OPTIONS_DEFINE= DOCS SSL THREADS MOUSE NLS ISPELL NOSPELL -OPTIONS_DEFAULT+= DOCS SSL THREADS MOUSE +OPTIONS_DEFAULT+= SSL THREADS MOUSE SSL_DESC= Build with SSL (installs: security/openssl if pre 10.x) MOUSE_DESC= Enable mouse support for xterm ISPELL_DESC= Use ispell instead of aspell as default speller |