diff options
author | Carlo Strub <cs@FreeBSD.org> | 2014-01-31 20:56:49 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2014-01-31 20:56:49 +0000 |
commit | 1e0f97204ea4fc188092abbf86158428b7efb131 (patch) | |
tree | 4fba8db22fab3f367ccfd072c7bcf58c7e0f4b58 /www/drush | |
parent | 31987af7b2470ac5d60c0f3234ff1a6f5ea1cad5 (diff) |
Fix package build
PR: ports/186166
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Notes
Notes:
svn path=/head/; revision=342069
Diffstat (limited to 'www/drush')
-rw-r--r-- | www/drush/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drush/Makefile b/www/drush/Makefile index 86cf61e7d0aa..6a90895c6cee 100644 --- a/www/drush/Makefile +++ b/www/drush/Makefile @@ -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 |