diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-07-02 21:01:40 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-07-02 21:01:40 +0000 |
commit | f89c2df21c06aab1cdd1798039c6f01ca9f50b0a (patch) | |
tree | 0961e0bae854483ce11083da589d15bd806ada0b /databases/elixir-postgrex/Makefile | |
parent | aa4a754f95fd0f61aec32ead398f07fad2769372 (diff) | |
download | ports-f89c2df21c06aab1cdd1798039c6f01ca9f50b0a.tar.gz ports-f89c2df21c06aab1cdd1798039c6f01ca9f50b0a.zip |
Notes
Diffstat (limited to 'databases/elixir-postgrex/Makefile')
-rw-r--r-- | databases/elixir-postgrex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/elixir-postgrex/Makefile b/databases/elixir-postgrex/Makefile index d63904ab972e..51d6e95fca9d 100644 --- a/databases/elixir-postgrex/Makefile +++ b/databases/elixir-postgrex/Makefile @@ -18,5 +18,5 @@ MIX_BUILD_NAME= shared MIX_BUILD_DEPS= devel/elixir-decimal MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} -.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk" +.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk" .include <bsd.port.mk> |