security/base: Remove broken MYSQL option
USE_PHP=mysql no longer works. PR: 235942
This commit is contained in:
parent
eaa7e8f1ce
commit
74702ab222
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502463
1 changed files with 1 additions and 2 deletions
|
@ -27,9 +27,8 @@ SUB_FILES= pkg-message
|
|||
DOCS= docs/CHANGELOG docs/CREDITS docs/README docs/README.mssql \
|
||||
docs/TODO docs/UPGRADE docs/GPL docs/base_faq.rtf
|
||||
|
||||
OPTIONS_DEFINE= MYSQL PGSQL PDF DOCS
|
||||
OPTIONS_DEFINE= PGSQL PDF DOCS
|
||||
|
||||
MYSQL_USE= MYSQL=yes PHP=mysql
|
||||
PGSQL_USES= pgsql
|
||||
PGSQL_USE= PHP=pgsql
|
||||
PDF_RUN_DEPENDS=${LOCALBASE}/share/fpdf/fpdf.php:print/fpdf
|
||||
|
|
Loading…
Reference in a new issue