1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Add bash runtime dependency (until I turn the arc command into proper /bin/sh)

This commit is contained in:
Baptiste Daroussin 2014-05-09 23:05:30 +00:00
parent 94ec4229c2
commit f2fcb9642b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353535

View File

@ -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