aboutsummaryrefslogtreecommitdiff
path: root/devel/arcanist
diff options
context:
space:
mode:
authorMichael Gmelin <grembo@FreeBSD.org>2015-09-17 23:37:57 +0000
committerMichael Gmelin <grembo@FreeBSD.org>2015-09-17 23:37:57 +0000
commitf21d5546c33d62a6c146d766514d91867664381c (patch)
tree63a8055dfa8b4088088531d9e826dcd0b18bead9 /devel/arcanist
parentc24ff7b7c2470c1fc91229411a15ed612b42d32f (diff)
downloadports-f21d5546c33d62a6c146d766514d91867664381c.tar.gz
ports-f21d5546c33d62a6c146d766514d91867664381c.zip
Add dependency to php5-dom required by arcanist's linter module for cppcheck
PR: 203174 Approved by: mentors (implicit)
Notes
Notes: svn path=/head/; revision=397206
Diffstat (limited to 'devel/arcanist')
-rw-r--r--devel/arcanist/Makefile4
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