From 4e4a453e71d0b71b9c248c52fba9108171d0a06c Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 19 Feb 2016 08:54:50 +0000 Subject: [PATCH] - Ignore php70 --- databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile | 2 ++ databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile | 2 ++ .../pear-Structures_DataGrid_DataSource_DataObject/Makefile | 2 ++ databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile | 2 ++ 4 files changed, 8 insertions(+) diff --git a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile index c7147b648533..b465d4097bb4 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile @@ -15,5 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structure USES= pear USE_PHP= mysql +IGNORE_WITH_PHP= 70 +NO_ARCH= yes .include diff --git a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile index 6c675db2abd3..b29b2de883ca 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile @@ -15,5 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structure USES= pear USE_PHP= mysql +IGNORE_WITH_PHP= 70 +NO_ARCH= yes .include diff --git a/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile b/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile index 5ee821a68e59..8af5837f6e55 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile @@ -15,5 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structure USES= pear USE_PHP= mysql +IGNORE_WITH_PHP= 70 +NO_ARCH= yes .include diff --git a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile index 07bcfcd83607..19052564caff 100644 --- a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile @@ -15,5 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structure USES= pear USE_PHP= mysql +IGNORE_WITH_PHP= 70 +NO_ARCH= yes .include