Index: head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile (revision 488422) +++ head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile (revision 488423) @@ -1,23 +1,23 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_DBTable PORTVERSION= 0.1.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} RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${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 .include