Avoid invoking arcanist as part of vendor install

$ make
...
arc lint --output compiler --lintall
Usage Exception: This command must be run in a Git, Mercurial or Subversion working copy.
Makefile:2464: recipe for target 'lint' failed
gmake[2]: [lint] Error 1 (ignored)

Approved by:	portmgr blanket
This commit is contained in:
Jan Beich 2015-04-19 16:01:48 +00:00
parent b9e1114131
commit de8fd583ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384296

View file

@ -18,6 +18,7 @@ GH_TAGNAME= v${PORTVERSION}
USES= autoreconf gmake pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_prog_HAVE_ARC=false
CONFIGURE_ARGS= --with-pcre
.if defined(BATCH) || defined(PACKAGE_BUILDING)