diff options
Diffstat (limited to 'devel/arcanist')
-rw-r--r-- | devel/arcanist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/arcanist/Makefile b/devel/arcanist/Makefile index af4f3c71db30..e7e0ef0c5ee2 100644 --- a/devel/arcanist/Makefile +++ b/devel/arcanist/Makefile @@ -2,7 +2,7 @@ PORTNAME= arcanist PORTVERSION= 20150626 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= php5- @@ -16,7 +16,7 @@ CONFLICTS= arc-* PHP_DESTDIR= lib/php/arcanist RUN_DEPENDS= php5-libphutil>0:${PORTSDIR}/devel/libphutil -USE_PHP= curl json simplexml +USE_PHP= curl dom json simplexml USE_GITHUB= yes NO_BUILD= yes GH_ACCOUNT= phacility |