aboutsummaryrefslogtreecommitdiff
path: root/security/erlang-jose
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-09-29 12:48:39 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-09-29 12:48:39 +0000
commit8a7c423ef2b594afcd8f56161fc7563ff3fd9b61 (patch)
tree94dd1fc85675584d0444dc19c00cf500041b9961 /security/erlang-jose
parent1f0e322af42b7bfefd785cc4de0b0396cda6f74c (diff)
downloadports-8a7c423ef2b594afcd8f56161fc7563ff3fd9b61.tar.gz
ports-8a7c423ef2b594afcd8f56161fc7563ff3fd9b61.zip
Fix RUN_DEPENDS.
Notes
Notes: svn path=/head/; revision=398174
Diffstat (limited to 'security/erlang-jose')
-rw-r--r--security/erlang-jose/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/erlang-jose/Makefile b/security/erlang-jose/Makefile
index 5fe80f7a3aa9..e970a8172732 100644
--- a/security/erlang-jose/Makefile
+++ b/security/erlang-jose/Makefile
@@ -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>