From f2fcb9642bc939dfcb5ac832e4b7ba804c15820c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 9 May 2014 23:05:30 +0000 Subject: [PATCH] Add bash runtime dependency (until I turn the arc command into proper /bin/sh) --- devel/arcanist/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/arcanist/Makefile b/devel/arcanist/Makefile index be7645e56827..ecf1bbf4d026 100644 --- a/devel/arcanist/Makefile +++ b/devel/arcanist/Makefile @@ -2,7 +2,7 @@ PORTNAME= arcanist PORTVERSION= 20140508 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= php5- @@ -12,7 +12,8 @@ COMMENT= Command line interface for Phabricator LICENSE= APACHE20 PHP_DESTDIR= lib/php/arcanist -RUN_DEPENDS= php5-libphutil>0:${PORTSDIR}/devel/libphutil +RUN_DEPENDS= php5-libphutil>0:${PORTSDIR}/devel/libphutil \ + bash:${PORTSDIR}/shells/bash USE_PHP= curl json simplexml USE_GITHUB= yes NO_BUILD= yes