diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-06 11:22:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-06 11:22:12 +0000 |
commit | 968c62c6fbc9cd1fa4488b835da6c291ebc885e6 (patch) | |
tree | 57498af909660129f51b9c8c5792e61977855025 /databases/php5-tarantool | |
parent | devel/staf: Unbreak for openssl111 (diff) |
Remove version 7.0 from the IGNORE_WITH_PHP list.
Notes
Notes:
svn path=/head/; revision=486751
Diffstat (limited to 'databases/php5-tarantool')
-rw-r--r-- | databases/php5-tarantool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/php5-tarantool/Makefile b/databases/php5-tarantool/Makefile index 9ece12d8acc2..54bc6228a381 100644 --- a/databases/php5-tarantool/Makefile +++ b/databases/php5-tarantool/Makefile @@ -21,7 +21,7 @@ PORTSCOUT= ignore:1 USES= php:ext CONFIGURE_ARGS= --with-tarantool -IGNORE_WITH_PHP=70 71 72 73 +IGNORE_WITH_PHP=71 72 73 USE_GITHUB= yes GH_PROJECT= ${PORTNAME}-php |