diff options
author | antoine <antoine@FreeBSD.org> | 2018-08-05 17:25:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-08-05 17:25:14 +0800 |
commit | 2ef687dffdfd24711489a31ad3af1856da89fd6c (patch) | |
tree | 52512f5e86f12fd58b51e203a44619446d261f71 /textproc | |
parent | c6b97ec481deea71c94ea7a082dbfb2d89ed32c9 (diff) | |
download | freebsd-ports-gnome-2ef687dffdfd24711489a31ad3af1856da89fd6c.tar.gz freebsd-ports-gnome-2ef687dffdfd24711489a31ad3af1856da89fd6c.tar.zst freebsd-ports-gnome-2ef687dffdfd24711489a31ad3af1856da89fd6c.zip |
Mark BROKEN: fails to build
** (Mix) You're trying to run :ex_doc on Elixir v1.7.0 but it has declared in its mix.exs file it supports only Elixir ~> 1.3.0 or ~> 1.4.0 or ~> 1.5.0 or ~> 1.6.0
Reported by: pkg-fallout
Diffstat (limited to 'textproc')
-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 |