svn commit: r310530 - head/www/drush

Wen Heping wen at FreeBSD.org
Thu Jan 17 01:33:21 UTC 2013


Author: wen
Date: Thu Jan 17 01:33:20 2013
New Revision: 310530
URL: http://svnweb.freebsd.org/changeset/ports/310530

Log:
  - Add missing dependency
  
  PR:		175326
  Submitted by:	Geoffroy Desvernay <dgeo at centrale-marseille.fr> (maintainer)

Modified:
  head/www/drush/Makefile

Modified: head/www/drush/Makefile
==============================================================================
--- head/www/drush/Makefile	Thu Jan 17 00:32:47 2013	(r310529)
+++ head/www/drush/Makefile	Thu Jan 17 01:33:20 2013	(r310530)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${LOCALBASE}/share/pear/Con
 NO_BUILD=	yes
 
 # set php requirements same as drupal itself
-USE_PHP=	gd pcre session xml mbstring ctype
+USE_PHP=	gd pcre session xml mbstring ctype json hash
 IGNORE_WITH_PHP=4
 WANT_PHP_CLI=	yes
 


More information about the svn-ports-head mailing list