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:
parent
94ec4229c2
commit
f2fcb9642b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353535
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user