cfssl: remove :run.

This commit is contained in:
Mike McQuaid 2018-03-19 09:56:47 +00:00 committed by ilovezfs
parent 765dce8a7e
commit 4768b2d8c7

View file

@ -13,7 +13,7 @@ class Cfssl < Formula
end
depends_on "go" => :build
depends_on "libtool" => :run
depends_on "libtool"
def install
ENV["GOPATH"] = buildpath