cfssl: remove :run.
This commit is contained in:
parent
765dce8a7e
commit
4768b2d8c7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Cfssl < Formula
|
|||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
depends_on "libtool" => :run
|
||||
depends_on "libtool"
|
||||
|
||||
def install
|
||||
ENV["GOPATH"] = buildpath
|
||||
|
|
Loading…
Reference in a new issue