diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-04-20 00:01:48 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-04-20 00:01:48 +0800 |
commit | 081e5d53eceef2c21f6a0be9d5ce48874baa97d1 (patch) | |
tree | 886db8cae716e1eba848a0f03320832c30a9f2be /sysutils/watchman | |
parent | df8c9ec4947b99866321c467024c8eb370a24216 (diff) | |
download | freebsd-ports-gnome-081e5d53eceef2c21f6a0be9d5ce48874baa97d1.tar.gz freebsd-ports-gnome-081e5d53eceef2c21f6a0be9d5ce48874baa97d1.tar.zst freebsd-ports-gnome-081e5d53eceef2c21f6a0be9d5ce48874baa97d1.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
Diffstat (limited to 'sysutils/watchman')
-rw-r--r-- | sysutils/watchman/Makefile | 1 |
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) |