svn commit: r488423 - head/databases/pear-Structures_DataGrid_DataSource_DBTable

Antoine Brodin antoine at FreeBSD.org
Wed Dec 26 19:58:37 UTC 2018


Author: antoine
Date: Wed Dec 26 19:58:36 2018
New Revision: 488423
URL: https://svnweb.freebsd.org/changeset/ports/488423

Log:
  Unbreak
  
  Reported by:	pkg-fallout

Modified:
  head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile

Modified: head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile	Wed Dec 26 19:54:04 2018	(r488422)
+++ head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile	Wed Dec 26 19:58:36 2018	(r488423)
@@ -8,7 +8,7 @@ CATEGORIES=	databases www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	DataSource driver using PEAR::DB_Table
 
-LICENSE= BSD2CLAUSE
+LICENSE=	BSD2CLAUSE
 
 BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
 		${PEARDIR}/DB/Table.php:databases/pear-DB_Table@${PHP_FLAVOR}
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/
 		${PEARDIR}/DB/Table.php:databases/pear-DB_Table@${PHP_FLAVOR}
 
 USES=	pear
-USE_PHP=	mysql
+USE_PHP=	mysqli
 IGNORE_WITH_PHP=	56
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list