From owner-svn-ports-head@freebsd.org Tue Sep 29 12:48:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33F4BA0BE0E; Tue, 29 Sep 2015 12:48:40 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2493B1EAB; Tue, 29 Sep 2015 12:48:40 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8TCmeEp073227; Tue, 29 Sep 2015 12:48:40 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8TCmedW073226; Tue, 29 Sep 2015 12:48:40 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201509291248.t8TCmedW073226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 29 Sep 2015 12:48:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398174 - head/security/erlang-jose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2015 12:48:40 -0000 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