From 20b5f00832c5c60578e1e040bb6e682f4a24da81 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Wed, 26 Dec 2018 19:58:36 +0000 Subject: [PATCH] Unbreak Reported by: pkg-fallout --- .../pear-Structures_DataGrid_DataSource_DBTable/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile index df7a88b61bce..c3e5975dbabe 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile @@ -8,7 +8,7 @@ CATEGORIES= databases www pear MAINTAINER= joneum@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/pear-Structures_DataGrid@$ ${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