git: 54caba72f1bd - main - devel/phabricator: Require CLI version of php

Michael Gmelin grembo at FreeBSD.org
Thu Apr 15 17:27:02 UTC 2021


The branch main has been updated by grembo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=54caba72f1bd428fcda2bb76b88f98382c773c11

commit 54caba72f1bd428fcda2bb76b88f98382c773c11
Author:     Michael Gmelin <grembo at FreeBSD.org>
AuthorDate: 2021-04-15 17:11:02 +0000
Commit:     Michael Gmelin <grembo at FreeBSD.org>
CommitDate: 2021-04-15 17:25:54 +0000

    devel/phabricator: Require CLI version of php
    
    PR:             255088
    Reported by:    Mohammad S. Babaei <info at babaei.net>
---
 devel/phabricator/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \


More information about the dev-commits-ports-all mailing list