diff options
Diffstat (limited to 'textproc/elixir-ex_doc/Makefile')
-rw-r--r-- | textproc/elixir-ex_doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/elixir-ex_doc/Makefile b/textproc/elixir-ex_doc/Makefile index c8468e967d2d..8033eb2e5bb2 100644 --- a/textproc/elixir-ex_doc/Makefile +++ b/textproc/elixir-ex_doc/Makefile @@ -12,11 +12,11 @@ COMMENT= Tool to generate documentation for Elixir projects LICENSE= APACHE20 MIT LICENSE_COMB= multi +USES= elixir USE_GITHUB= yes GH_ACCOUNT= elixir-lang MIX_BUILD_DEPS= textproc/elixir-earmark MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include <bsd.port.mk> |