diff options
author | grembo <grembo@FreeBSD.org> | 2015-09-18 07:37:57 +0800 |
---|---|---|
committer | grembo <grembo@FreeBSD.org> | 2015-09-18 07:37:57 +0800 |
commit | 773250e4415f63e499b9eaf4b3fd420996e57b20 (patch) | |
tree | 63a8055dfa8b4088088531d9e826dcd0b18bead9 /devel/arcanist | |
parent | bbdaa20ad23ffad0cd9fd2ec87a262ee1c40c447 (diff) | |
download | freebsd-ports-gnome-773250e4415f63e499b9eaf4b3fd420996e57b20.tar.gz freebsd-ports-gnome-773250e4415f63e499b9eaf4b3fd420996e57b20.tar.zst freebsd-ports-gnome-773250e4415f63e499b9eaf4b3fd420996e57b20.zip |
Add dependency to php5-dom required by arcanist's linter module for cppcheck
PR: 203174
Approved by: mentors (implicit)
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 |