diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2018-12-21 10:21:54 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2018-12-21 10:21:54 +0000 |
commit | e9f4e22ea9bdc9139fe1e2de795cc305ceb9220a (patch) | |
tree | a2809fce60f19e5fd41592ff5f410824890c0778 /databases | |
parent | 520d0986547b2edb146dbcfbb9aeec700b1a0cf2 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile index def33729b607..e2a8d7bafd25 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile @@ -10,6 +10,8 @@ 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} \ |