diff options
Diffstat (limited to 'databases/elixir-ecto')
-rw-r--r-- | databases/elixir-ecto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/elixir-ecto/Makefile b/databases/elixir-ecto/Makefile index 55e17608b1b3..11e00107676b 100644 --- a/databases/elixir-ecto/Makefile +++ b/databases/elixir-ecto/Makefile @@ -11,6 +11,7 @@ COMMENT= Database wrapper and language integrated query for Elixir LICENSE= APACHE20 +USES= elixir USE_GITHUB= yes GH_ACCOUNT= elixir-lang @@ -19,5 +20,4 @@ MIX_BUILD_DEPS= devel/elixir-decimal \ devel/erlang-poolboy MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include <bsd.port.mk> |