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:
parent
c379da0002
commit
4142b26625
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue