svn commit: r308073 - head/www/typo3

Chris Rees crees at FreeBSD.org
Sat Dec 1 12:07:49 UTC 2012


Author: crees
Date: Sat Dec  1 12:07:49 2012
New Revision: 308073
URL: http://svnweb.freebsd.org/changeset/ports/308073

Log:
  Correct PHP version detection
  
  Feature safe:	yes

Modified:
  head/www/typo3/Makefile

Modified: head/www/typo3/Makefile
==============================================================================
--- head/www/typo3/Makefile	Sat Dec  1 12:04:41 2012	(r308072)
+++ head/www/typo3/Makefile	Sat Dec  1 12:07:49 2012	(r308073)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 NO_BUILD=	yes
 USE_PHP=	ctype filter json mysql pcre session xml
 WANT_PHP_WEB=	yes
-IGNORE_WITH_PHP=52-
+IGNORE_WITH_PHP=52
 
 TYPO3WWW=	www
 TYPO3RELEASE=


More information about the svn-ports-all mailing list