svn commit: r409174 - head/devel/phabricator

Martin Wilke miwi at FreeBSD.org
Fri Feb 19 12:36:08 UTC 2016


Author: miwi
Date: Fri Feb 19 12:36:06 2016
New Revision: 409174
URL: https://svnweb.freebsd.org/changeset/ports/409174

Log:
  - Ignore php7

Modified:
  head/devel/phabricator/Makefile

Modified: head/devel/phabricator/Makefile
==============================================================================
--- head/devel/phabricator/Makefile	Fri Feb 19 12:33:27 2016	(r409173)
+++ head/devel/phabricator/Makefile	Fri Feb 19 12:36:06 2016	(r409174)
@@ -26,6 +26,7 @@ SHEBANG_FILES=	externals/httpful/build \
 		scripts/install/install_ubuntu.sh
 USE_PHP=	ctype curl fileinfo hash iconv filter mbstring mysql openssl \
 		pcntl posix
+IGNORE_WITH_PHP=	70
 
 GD_USE=		PHP=gd
 


More information about the svn-ports-all mailing list