diff --git a/net/consul/Portfile b/net/consul/Portfile index 1338353099604..7f66f1effda5d 100644 --- a/net/consul/Portfile +++ b/net/consul/Portfile @@ -11,7 +11,6 @@ homepage https://www.consul.io platforms darwin categories net license MPL-2 -installs_libs no # Consul's build process requires the git repository. fetch.type git @@ -35,7 +34,7 @@ long_description Consul is a service mesh solution providing a full \ Envoy. # Do not restrict Go from downloading dependencies at build time. -build.env-delete GOPROXY=off GO111MODULE=off +build.env-delete GOPROXY=off GO111MODULE=off # The "dev" build target must be used to build just the binary for this # platform, instead of for ALL platforms