www/kannel: Fix MYSQL_VARS

During my previous commit I mistakenly inserted a TAB which is not the
correct way of doing this.

PR:		269203
Reported by:	exp-run
This commit is contained in:
Muhammad Moinur Rahman 2023-02-13 06:59:46 -06:00
parent c379da0002
commit 4142b26625

View file

@ -39,7 +39,7 @@ SQLITE3_CONFIGURE_WITH= sqlite3
MYSQL_USES= mysql
MYSQL_CONFIGURE_WITH= mysql
MYSQL_VARS= IGNORE_WITH_MYSQL= 80
MYSQL_VARS= IGNORE_WITH_MYSQL=80
PGSQL_USES= pgsql
PGSQL_CONFIGURE_WITH= pgsql