diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-09 23:05:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-09 23:05:30 +0000 |
commit | f2fcb9642bc939dfcb5ac832e4b7ba804c15820c (patch) | |
tree | fd685bd7e2ff9b90556df9ce302abeca852b94ae /devel/arcanist | |
parent | 94ec4229c2960b1de903d5e5eea8f3fc11e29b3b (diff) | |
download | ports-f2fcb9642bc939dfcb5ac832e4b7ba804c15820c.tar.gz ports-f2fcb9642bc939dfcb5ac832e4b7ba804c15820c.zip |
Notes
Diffstat (limited to 'devel/arcanist')
-rw-r--r-- | devel/arcanist/Makefile | 5 |
1 files 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 |