1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Improve OPTIONS description for enabling SSL.

This commit is contained in:
Alex Dupre 2008-09-23 05:38:50 +00:00
parent 88284736b8
commit c161a7d6b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220489

View File

@ -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