summaryrefslogtreecommitdiff
path: root/databases/elixir-ecto
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-07-03 13:59:45 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-07-03 13:59:45 +0000
commit708b7d3bf92dfceedff71e4dcd581a3f182ea4eb (patch)
treedfb76b0071a760024c9beafea8e79bfca55d0cd1 /databases/elixir-ecto
parentlang/python-doc-html: Update to 2.7.10 (diff)
Add a new USES elixir.mk (from lang/elixir/bsd.elixir.mk) and
adjust all Elixir ports.
Notes
Notes: svn path=/head/; revision=391241
Diffstat (limited to 'databases/elixir-ecto')
-rw-r--r--databases/elixir-ecto/Makefile2
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>