Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2015 12:48:40 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398174 - head/security/erlang-jose
Message-ID:  <201509291248.t8TCmedW073226@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Sep 29 12:48:39 2015
New Revision: 398174
URL: https://svnweb.freebsd.org/changeset/ports/398174

Log:
  Fix RUN_DEPENDS.

Modified:
  head/security/erlang-jose/Makefile

Modified: head/security/erlang-jose/Makefile
==============================================================================
--- head/security/erlang-jose/Makefile	Tue Sep 29 12:15:47 2015	(r398173)
+++ head/security/erlang-jose/Makefile	Tue Sep 29 12:48:39 2015	(r398174)
@@ -14,6 +14,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	potatosalad
 
 ERL_BUILD_DEPS=	converters/erlang-base64url
-ERL_RUN_DEP:=	${ERL_BUILD_DEPS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509291248.t8TCmedW073226>