From 43e1972a08a2dad66e2c894b2ad4bbc40b951d35 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sun, 15 Mar 2015 22:24:38 +0000 Subject: [PATCH] Replace php-mysql by php-mysqli to remove a warning about the mysql extension beeing deprecated. Reported by: Mike Brown --- www/tt-rss/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile index 094297360e1b..bb96a6d4ea79 100644 --- a/www/tt-rss/Makefile +++ b/www/tt-rss/Makefile @@ -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= "\#"