aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gmelin <grembo@FreeBSD.org>2021-04-15 17:11:02 +0000
committerMichael Gmelin <grembo@FreeBSD.org>2021-04-15 17:25:54 +0000
commit54caba72f1bd428fcda2bb76b88f98382c773c11 (patch)
tree0dbdd14e9c3c490a5a9360c025e29309ad0c4a27
parent82238aa309a43df52fc0e84e2847c45afe2645b0 (diff)
downloadports-54caba72f1bd428fcda2bb76b88f98382c773c11.tar.gz
ports-54caba72f1bd428fcda2bb76b88f98382c773c11.zip
devel/phabricator: Require CLI version of php
PR: 255088 Reported by: Mohammad S. Babaei <info@babaei.net>
-rw-r--r--devel/phabricator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/phabricator/Makefile b/devel/phabricator/Makefile
index 94d1a00e5b78..09d0bebff367 100644
--- a/devel/phabricator/Makefile
+++ b/devel/phabricator/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= arcanist-lib${PHP_PKGNAMESUFFIX}>=20200514:devel/arcanist-lib@${PHP_FLAVOR} \
git:devel/git
-USES= php:flavors shebangfix
+USES= php:cli,flavors shebangfix
SHEBANG_FILES= resources/timezones/*.php \
scripts/*.php \