svn commit: r398174 - head/security/erlang-jose

Vanilla I. Shu vanilla at FreeBSD.org
Tue Sep 29 12:48:40 UTC 2015


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>


More information about the svn-ports-head mailing list