mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Replace php-mysql by php-mysqli to remove a warning about the mysql extension
beeing deprecated. Reported by: Mike Brown <mike (at) skew.org>
This commit is contained in:
parent
a6cd04e778
commit
43e1972a08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381364
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= tt-rss
|
||||
PORTVERSION= 1.15.3.150311
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
@ -44,7 +45,7 @@ DB= pgsql
|
||||
MYSQL= "\#"
|
||||
PGSQL=
|
||||
.else
|
||||
USE_PHP+= mysql
|
||||
USE_PHP+= mysqli
|
||||
DB= mysql
|
||||
MYSQL=
|
||||
PGSQL= "\#"
|
||||
|
Loading…
Reference in New Issue
Block a user