git: 82238aa309a4 - main - devel/arcanist-lib: Require CLI version of php
Michael Gmelin
grembo at FreeBSD.org
Thu Apr 15 17:27:00 UTC 2021
The branch main has been updated by grembo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=82238aa309a43df52fc0e84e2847c45afe2645b0
commit 82238aa309a43df52fc0e84e2847c45afe2645b0
Author: Michael Gmelin <grembo at FreeBSD.org>
AuthorDate: 2021-04-15 17:04:13 +0000
Commit: Michael Gmelin <grembo at FreeBSD.org>
CommitDate: 2021-04-15 17:25:54 +0000
devel/arcanist-lib: Require CLI version of php
PR: 255088
Reported by: Mohammad S. Babaei <info at babaei.net>
---
devel/arcanist-lib/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 \
More information about the dev-commits-ports-all
mailing list