svn commit: r370770 - head/security/pecl-taint

Mathieu Arnold mat at FreeBSD.org
Mon Oct 13 13:08:28 UTC 2014


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>


More information about the svn-ports-all mailing list