svn commit: r342069 - head/www/drush

Carlo Strub cs at FreeBSD.org
Fri Jan 31 20:56:50 UTC 2014


Author: cs
Date: Fri Jan 31 20:56:49 2014
New Revision: 342069
URL: http://svnweb.freebsd.org/changeset/ports/342069
QAT: https://qat.redports.org/buildarchive/r342069/

Log:
  Fix package build
  
  PR:		ports/186166
  Submitted by:	Geoffroy Desvernay <dgeo at centrale-marseille.fr> (maintainer)

Modified:
  head/www/drush/Makefile

Modified: head/www/drush/Makefile
==============================================================================
--- head/www/drush/Makefile	Fri Jan 31 20:53:40 2014	(r342068)
+++ head/www/drush/Makefile	Fri Jan 31 20:56:49 2014	(r342069)
@@ -20,7 +20,7 @@ GH_COMMIT=	d948558
 USE_GITHUB=	yes
 
 # set php requirements same as drupal itself
-USE_PHP=	gd pcre session xml mbstring ctype json hash simplexml dom pdo filter
+USE_PHP=	gd pcre session mbstring ctype json hash simplexml dom pdo filter
 IGNORE_WITH_PHP=4
 WANT_PHP_CLI=	yes
 


More information about the svn-ports-all mailing list