Date: Mon, 13 Oct 2014 13:08:28 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370770 - head/security/pecl-taint Message-ID: <201410131308.s9DD8Snj034717@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Oct 13 13:08:27 2014 New Revision: 370770 URL: https://svnweb.freebsd.org/changeset/ports/370770 QAT: https://qat.redports.org/buildarchive/r370770/ Log: Only works with php 5.2 -> 5.4. Sponsored by: Absolight Modified: head/security/pecl-taint/Makefile Modified: head/security/pecl-taint/Makefile ============================================================================== --- head/security/pecl-taint/Makefile Mon Oct 13 12:56:04 2014 (r370769) +++ head/security/pecl-taint/Makefile Mon Oct 13 13:08:27 2014 (r370770) @@ -18,5 +18,6 @@ CONFIGURE_ARGS= --with-php-config=${PREF USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes +IGNORE_WITH_PHP= 55 56 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410131308.s9DD8Snj034717>