aboutsummaryrefslogtreecommitdiffstats
path: root/devel/arcanist
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-10 07:05:30 +0800
committerbapt <bapt@FreeBSD.org>2014-05-10 07:05:30 +0800
commita6bfc3c7597f383b598f694839849250b29e90cd (patch)
treefd685bd7e2ff9b90556df9ce302abeca852b94ae /devel/arcanist
parent7b5a22a9ba34533051e9fe575a3db4b25bb049ea (diff)
downloadfreebsd-ports-gnome-a6bfc3c7597f383b598f694839849250b29e90cd.tar.gz
freebsd-ports-gnome-a6bfc3c7597f383b598f694839849250b29e90cd.tar.zst
freebsd-ports-gnome-a6bfc3c7597f383b598f694839849250b29e90cd.zip
Add bash runtime dependency (until I turn the arc command into proper /bin/sh)
Diffstat (limited to 'devel/arcanist')
-rw-r--r--devel/arcanist/Makefile5
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