Improve OPTIONS description for enabling SSL.
This commit is contained in:
parent
88284736b8
commit
c161a7d6b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220489
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue