From 38ca345c6982f715f57ff8671f0788b64e1b129c Mon Sep 17 00:00:00 2001 From: wen Date: Thu, 17 Jan 2013 01:33:20 +0000 Subject: - Add missing dependency PR: 175326 Submitted by: Geoffroy Desvernay (maintainer) --- www/drush/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/drush/Makefile') diff --git a/www/drush/Makefile b/www/drush/Makefile index f9f6efb4ba7d..c6894f3cf8a5 100644 --- a/www/drush/Makefile +++ b/www/drush/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/pear/Console/Table.php:${PORTSDIR}/devel/pear-Co 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 -- cgit