diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2022-01-10 14:43:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2022-01-10 14:43:20 +0000 |
commit | 0bbe4305e1ee169e3dd8d033adcda9113cb0362a (patch) | |
tree | a587de8fc63279f4f2cc3583e66b9566c7dcd76a | |
parent | www/moodle3*: unbreak bulk -a (diff) |
devel/phabricator: unbreak bulk -a
-rw-r--r-- | devel/phabricator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/phabricator/Makefile b/devel/phabricator/Makefile index e23e42af1a5b..5ef16edf3e9a 100644 --- a/devel/phabricator/Makefile +++ b/devel/phabricator/Makefile @@ -46,6 +46,7 @@ SHEBANG_FILES= resources/timezones/*.php \ USE_PHP= ctype curl fileinfo filter hash iconv mbstring mysqli openssl \ pcntl posix zip +IGNORE_WITH_PHP=81 OPTIONS_DEFINE= GD OPCACHE OPTIONS_DEFAULT=GD OPCACHE |