aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-04-19 16:01:48 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-04-19 16:01:48 +0000
commitde8fd583ad7b94fc4779eae2145b2549aff36199 (patch)
tree886db8cae716e1eba848a0f03320832c30a9f2be /sysutils
parentb9e111413111115d3339108a1517515d0b97d33f (diff)
downloadports-de8fd583ad7b94fc4779eae2145b2549aff36199.tar.gz
ports-de8fd583ad7b94fc4779eae2145b2549aff36199.zip
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
Notes
Notes: svn path=/head/; revision=384296
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/watchman/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/watchman/Makefile b/sysutils/watchman/Makefile
index 821297349af3..798c7c6187d4 100644
--- a/sysutils/watchman/Makefile
+++ b/sysutils/watchman/Makefile
@@ -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)