pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

elixir: move erlang dependency from BUILD_DEPENDS to DEPENDS



Module Name:	pkgsrc-wip
Committed By:	Dean Matzkov <bapabooiee%gmail.com@localhost>
Pushed By:	bapa
Date:		Tue Oct 10 19:52:12 2017 -0600
Changeset:	a6dd0b318d4447c9cabd140609f611d770869c84

Modified Files:
	elixir/Makefile

Log Message:
elixir: move erlang dependency from BUILD_DEPENDS to DEPENDS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a6dd0b318d4447c9cabd140609f611d770869c84

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 elixir/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/elixir/Makefile b/elixir/Makefile
index 68ef4b7e27..4f80db33b8 100644
--- a/elixir/Makefile
+++ b/elixir/Makefile
@@ -13,7 +13,7 @@ LICENSE=		apache-2.0
 
 GITHUB_TAG=		v${PKGVERSION_NOREV}
 
-BUILD_DEPENDS+=		erlang>=18.0:../../lang/erlang
+DEPENDS+=		erlang>=18.0:../../lang/erlang
 
 WRKSRC=			${WRKDIR}/${PKGBASE}-${PKGVERSION_NOREV}
 CHECK_INTERPRETER_SKIP+=	bin/mix


Home | Main Index | Thread Index | Old Index