From 937ae8ecb53271258e32815f005a2c56c2c59914 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Tue, 24 Nov 2020 16:28:35 -0500 Subject: [PATCH] consul: minor cleanup --- net/consul/Portfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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