diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-04-02 16:16:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-04-02 16:16:43 +0000 |
commit | d5154081d25f6a8ad4091376addd1dc9d3e673c4 (patch) | |
tree | de8f6f6e53b8690234f2686add2945c76165ec8f /misc | |
parent | 2728a66081e1f584e73b305239b1e5796ac3deff (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/teslams/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/teslams/Makefile b/misc/teslams/Makefile index bbd367850392..14c4b9cfa090 100644 --- a/misc/teslams/Makefile +++ b/misc/teslams/Makefile @@ -13,6 +13,8 @@ COMMENT= Node.js implementation of Tesla Model S API client LICENSE= BSD2CLAUSE BSD3CLAUSE APACHE20 MIT ISCL LICENSE_COMB= multi +BROKEN= tries to download from registry.npmjs.org during stage phase + BUILD_DEPENDS= npm>=0:www/npm RUN_DEPENDS= npm>=0:www/npm |