aboutsummaryrefslogtreecommitdiff
path: root/Mk/Uses/elixir.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-10-15 07:36:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-10-15 07:36:38 +0000
commit8cea2b01475a78137a7b838fc6b36608f4b6ac7f (patch)
tree5d8c3107710b83c424eab2d353c0ea7b09e9816f /Mk/Uses/elixir.mk
parent99f2fb60355e72fbd45a7514736a4eda1a4ae7c2 (diff)
downloadports-8cea2b01475a78137a7b838fc6b36608f4b6ac7f.tar.gz
ports-8cea2b01475a78137a7b838fc6b36608f4b6ac7f.zip
Notes
Diffstat (limited to 'Mk/Uses/elixir.mk')
-rw-r--r--Mk/Uses/elixir.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/Uses/elixir.mk b/Mk/Uses/elixir.mk
index a9cb95dfe026..b40b608d7b18 100644
--- a/Mk/Uses/elixir.mk
+++ b/Mk/Uses/elixir.mk
@@ -58,11 +58,11 @@ MIX_EXTRA_APPS?=
MIX_EXTRA_DIRS?=
MIX_EXTRA_FILES?=
-BUILD_DEPENDS+= elixir:lang/elixir
-RUN_DEPENDS+= elixir:lang/elixir
+BUILD_DEPENDS+= elixir:${PORTSDIR}/lang/elixir
+RUN_DEPENDS+= elixir:${PORTSDIR}/lang/elixir
.for depend in ${MIX_BUILD_DEPS}
-BUILD_DEPENDS+= ${depend:T}>=0:${depend}
+BUILD_DEPENDS+= ${depend:T}>=0:${PORTSDIR}/${depend}
.endfor
.for depend in ${MIX_RUN_DEPS}