aboutsummaryrefslogtreecommitdiff
path: root/sysutils/kubectl/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-07-26 07:25:19 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-07-26 07:25:19 +0000
commit5c3326e164c6fb512077877c3280ed6157cbcfda (patch)
tree8e336228a7d335997d58dcb8d780b4c75ec0fe72 /sysutils/kubectl/Makefile
parent3c5839ab5a714ecbc3bcd286622acb416ad89ed5 (diff)
downloadports-5c3326e164c6fb512077877c3280ed6157cbcfda.tar.gz
ports-5c3326e164c6fb512077877c3280ed6157cbcfda.zip
sysutils/kubectl: Switch to USES=go:modules
Fix build with go1.13beta1 ===> Building for kubectl-1.15.0 go: bitbucket.org/bertimus9/systemstat@v0.0.0-20180207000608-0eeff89b0690: Get https://proxy.golang.org/bitbucket.org/bertimus9/systemstat/@v/v0.0.0-20180207000608-0eeff89b0690.mod: dial tcp: lookup proxy.golang.org on 1.0.0.1:5 3: write udp 127.0.0.1:27372->1.0.0.1:53: write: permission denied *** Error code 1 PR: 238946 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: danilo (maintainer timeout, 23 days)
Notes
Notes: svn path=/head/; revision=507341
Diffstat (limited to 'sysutils/kubectl/Makefile')
-rw-r--r--sysutils/kubectl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/kubectl/Makefile b/sysutils/kubectl/Makefile
index 50f2ae3acbc3..486d3c53f0aa 100644
--- a/sysutils/kubectl/Makefile
+++ b/sysutils/kubectl/Makefile
@@ -11,7 +11,7 @@ COMMENT= Kubernetes command-line tool
LICENSE= APACHE20
-USES= go
+USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= kubernetes