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 6a71ea315e5a..55e17608b1b3 100644 --- a/databases/elixir-ecto/Makefile +++ b/databases/elixir-ecto/Makefile @@ -19,5 +19,5 @@ MIX_BUILD_DEPS= devel/elixir-decimal \ devel/erlang-poolboy MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include <bsd.port.mk> |