diff options
author | mat <mat@FreeBSD.org> | 2016-03-14 00:56:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-03-14 00:56:42 +0800 |
commit | 0ab7b154ee5a86886ed27c6187ca1a304627aa29 (patch) | |
tree | d4b7ede842a024c4b957a1eca2603a2fb328efef /databases/php-adodb-ext | |
parent | 6e841ff53448a0544af457e2d25f8ebbc722a7b7 (diff) | |
download | freebsd-ports-gnome-0ab7b154ee5a86886ed27c6187ca1a304627aa29.tar.gz freebsd-ports-gnome-0ab7b154ee5a86886ed27c6187ca1a304627aa29.tar.zst freebsd-ports-gnome-0ab7b154ee5a86886ed27c6187ca1a304627aa29.zip |
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.
Sponsored by: Absolight
Diffstat (limited to 'databases/php-adodb-ext')
-rw-r--r-- | databases/php-adodb-ext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/php-adodb-ext/Makefile b/databases/php-adodb-ext/Makefile index 2b3ccd412736..abe712318300 100644 --- a/databases/php-adodb-ext/Makefile +++ b/databases/php-adodb-ext/Makefile @@ -19,7 +19,7 @@ USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= adodb PHP_DEFAULT= 55 -IGNORE_WITH_PHP=56 +IGNORE_WITH_PHP=56 70 SUB_FILES= pkg-message |