diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2016-02-18 14:47:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2016-02-18 14:47:05 +0000 |
commit | 5a67738f00f2c73ee582719beead9c63ffe151d2 (patch) | |
tree | e69b03665ccb6cfc03028cfd2ad64ba204ed3d0f /security/pecl-taint | |
parent | d5fe20d168ccdd92ecca8045d08c444895d116d0 (diff) |
Notes
Diffstat (limited to 'security/pecl-taint')
-rw-r--r-- | security/pecl-taint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pecl-taint/Makefile b/security/pecl-taint/Makefile index 901404a3c5b3..0f4b70480183 100644 --- a/security/pecl-taint/Makefile +++ b/security/pecl-taint/Makefile @@ -21,6 +21,6 @@ CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -IGNORE_WITH_PHP= 55 56 +IGNORE_WITH_PHP= 55 56 70 .include <bsd.port.mk> |