Add missing php module dependency Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
One more missing php extension... -- *geoffroy desvernay* C.R.I - Administration systèmes et réseaux Ecole Centrale de Marseille
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@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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!