Date: Thu, 15 Apr 2021 17:27:00 GMT From: Michael Gmelin <grembo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 82238aa309a4 - main - devel/arcanist-lib: Require CLI version of php Message-ID: <202104151727.13FHR0Md083818@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=82238aa309a43df52fc0e84e2847c45afe2645b0 commit 82238aa309a43df52fc0e84e2847c45afe2645b0 Author: Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2021-04-15 17:04:13 +0000 Commit: Michael Gmelin <grembo@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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104151727.13FHR0Md083818>