summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-12-06 17:08:35 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-12-06 17:08:35 +0000
commit89d1c4ba138144d0ec02e5e97d15dc534198612f (patch)
treed70288576273783a5986e51dda162a5e08b05f13 /textproc
parent- Update to 0.7.0 (diff)
PHP 7.0 does not have a mysql extension, ignore those with it.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=427978
Diffstat (limited to 'textproc')
-rw-r--r--textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile1
-rw-r--r--textproc/pear-Structures_DataGrid_DataSource_XML/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile b/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile
index b17152332696..9cd0d0125a6a 100644
--- a/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile
+++ b/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile
@@ -13,5 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-
USES= pear
USE_PHP= mysql
+IGNORE_WITH_PHP=70
.include <bsd.port.mk>
diff --git a/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile b/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile
index d5d626ab3816..a9663c30932a 100644
--- a/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile
+++ b/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile
@@ -13,5 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-
USES= pear
USE_PHP= mysql
+IGNORE_WITH_PHP=70
.include <bsd.port.mk>