aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2008-09-23 13:38:50 +0800
committerale <ale@FreeBSD.org>2008-09-23 13:38:50 +0800
commitb34eaf174fd030491675201b0b66069e704a6721 (patch)
tree53f824669abee53eee137c1e899c2b0baa661979 /mail
parent98c15165f87e4c20b94338d7b85260159b612c14 (diff)
downloadfreebsd-ports-gnome-b34eaf174fd030491675201b0b66069e704a6721.tar.gz
freebsd-ports-gnome-b34eaf174fd030491675201b0b66069e704a6721.tar.zst
freebsd-ports-gnome-b34eaf174fd030491675201b0b66069e704a6721.zip
Improve OPTIONS description for enabling SSL.
Diffstat (limited to 'mail')
-rw-r--r--mail/roundcube/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 45b2d5d9c896..968edd65ff6d 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -43,7 +43,7 @@ PLIST_SUB+= MAIL=${MAIL}
OPTIONS= MYSQL "Use MySQL backend" on \
PGSQL "Use PostgreSQL backend" off \
SQLITE "Use SQLite backend" off \
- SPELLCHECK "Enable spellchecking" off \
+ SSL "Enable SSL support (imaps or google spellcheck)" off \
LOCALCHECK "Install internal spellchecker" off
.include <bsd.port.pre.mk>
@@ -64,7 +64,7 @@ USE_PHP+= pgsql
USE_PHP+= sqlite
.endif
-.if defined(WITH_SPELLCHECK)
+.if defined(WITH_SSL)
USE_PHP+= openssl
.endif