diff options
Diffstat (limited to 'textproc/elixir-ex_doc/Makefile')
-rw-r--r-- | textproc/elixir-ex_doc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/elixir-ex_doc/Makefile b/textproc/elixir-ex_doc/Makefile index 71e4967ddd1c..ddd2a7278e52 100644 --- a/textproc/elixir-ex_doc/Makefile +++ b/textproc/elixir-ex_doc/Makefile @@ -12,6 +12,8 @@ COMMENT= Tool to generate documentation for Elixir projects LICENSE= APACHE20 MIT LICENSE_COMB= multi +BROKEN= fails to build + USES= elixir USE_GITHUB= yes GH_ACCOUNT= elixir-lang |