From 773250e4415f63e499b9eaf4b3fd420996e57b20 Mon Sep 17 00:00:00 2001 From: grembo Date: Thu, 17 Sep 2015 23:37:57 +0000 Subject: Add dependency to php5-dom required by arcanist's linter module for cppcheck PR: 203174 Approved by: mentors (implicit) --- devel/arcanist/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/arcanist') 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 -- cgit