Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 20:56:49 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342069 - head/www/drush
Message-ID:  <201401312056.s0VKunXR098007@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401312056.s0VKunXR098007>