aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ctop
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-09-02 19:58:47 +0000
committerSteve Wills <swills@FreeBSD.org>2019-09-02 19:58:47 +0000
commit2d5a6e7a9fc35800ff8bdc972abe94fab6a5195f (patch)
treeae56ecc7c125db5ea011af94844881e36cedcd0a /sysutils/ctop
parentfbd984f85adc8536301480709c9f6df02b1c7797 (diff)
downloadports-2d5a6e7a9fc35800ff8bdc972abe94fab6a5195f.tar.gz
ports-2d5a6e7a9fc35800ff8bdc972abe94fab6a5195f.zip
sysutils/ctop: Switch to USES=go:modules, fix build with go1.13
PR: 240284 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Notes
Notes: svn path=/head/; revision=510840
Diffstat (limited to 'sysutils/ctop')
-rw-r--r--sysutils/ctop/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/ctop/Makefile b/sysutils/ctop/Makefile
index 6635c3154a37..6fb9ac149a9e 100644
--- a/sysutils/ctop/Makefile
+++ b/sysutils/ctop/Makefile
@@ -11,9 +11,7 @@ COMMENT= Top-like interface for Docker container metrics
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go
-
-GO_PKGNAME= github.com/bcicen/ctop
+USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= bcicen