diff options
author | Michael Gmelin <grembo@FreeBSD.org> | 2021-04-15 17:04:13 +0000 |
---|---|---|
committer | Michael Gmelin <grembo@FreeBSD.org> | 2021-04-15 17:25:54 +0000 |
commit | 82238aa309a43df52fc0e84e2847c45afe2645b0 (patch) | |
tree | e4074701e9d6ad4adc28aa70b693ecc38166add6 | |
parent | f7a55932a040e0d5af69efc07f6cde087a122338 (diff) | |
download | ports-82238aa309a43df52fc0e84e2847c45afe2645b0.tar.gz ports-82238aa309a43df52fc0e84e2847c45afe2645b0.zip |
devel/arcanist-lib: Require CLI version of php
PR: 255088
Reported by: Mohammad S. Babaei <info@babaei.net>
-rw-r--r-- | devel/arcanist-lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/arcanist-lib/Makefile b/devel/arcanist-lib/Makefile index 0f8a3dc01147..b30be6df513b 100644 --- a/devel/arcanist-lib/Makefile +++ b/devel/arcanist-lib/Makefile @@ -12,7 +12,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE PHP_DESTDIR= lib/php/arcanist -USES= php:flavors python:env shebangfix +USES= php:cli,flavors python:env shebangfix SHEBANG_FILES= bin/arc \ bin/phage \ scripts/*.php \ |