diff options
author | cs <cs@FreeBSD.org> | 2014-02-01 04:56:49 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2014-02-01 04:56:49 +0800 |
commit | c982f5f24a1b9527f81358245460e8be197e2a49 (patch) | |
tree | 4fba8db22fab3f367ccfd072c7bcf58c7e0f4b58 /www | |
parent | 896f4f3ae7b35686f7ac0afb9665343d30bf826f (diff) | |
download | freebsd-ports-gnome-c982f5f24a1b9527f81358245460e8be197e2a49.tar.gz freebsd-ports-gnome-c982f5f24a1b9527f81358245460e8be197e2a49.tar.zst freebsd-ports-gnome-c982f5f24a1b9527f81358245460e8be197e2a49.zip |
Fix package build
PR: ports/186166
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Diffstat (limited to 'www')
-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 |