diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-15 07:36:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-15 07:36:38 +0000 |
commit | 8cea2b01475a78137a7b838fc6b36608f4b6ac7f (patch) | |
tree | 5d8c3107710b83c424eab2d353c0ea7b09e9816f /Mk/Uses/elixir.mk | |
parent | 99f2fb60355e72fbd45a7514736a4eda1a4ae7c2 (diff) | |
download | ports-8cea2b01475a78137a7b838fc6b36608f4b6ac7f.tar.gz ports-8cea2b01475a78137a7b838fc6b36608f4b6ac7f.zip |
Notes
Diffstat (limited to 'Mk/Uses/elixir.mk')
-rw-r--r-- | Mk/Uses/elixir.mk | 6 |
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} |