Index: head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile (revision 487974) +++ head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile (revision 487975) @@ -1,23 +1,25 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_DBQuery PORTVERSION= 0.1.11 CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using PEAR::DB and an SQL query LICENSE= BSD2CLAUSE +IGNORE_WITH_PHP= 56 + BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} USES= pear USE_PHP= mysqli NO_ARCH= yes .include