diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-05-18 06:06:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-05-18 06:06:49 +0000 |
commit | 9a013f37c3542b24fe1dae6502cf57f1cad49dd8 (patch) | |
tree | 94031964927ff7f4b16851208b3528384bce9926 /sysutils/gotop/Makefile | |
parent | 809112f693dbe560c64c72a81e8a5d770b43be87 (diff) | |
download | ports-9a013f37c3542b24fe1dae6502cf57f1cad49dd8.tar.gz ports-9a013f37c3542b24fe1dae6502cf57f1cad49dd8.zip |
Notes
Diffstat (limited to 'sysutils/gotop/Makefile')
-rw-r--r-- | sysutils/gotop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/gotop/Makefile b/sysutils/gotop/Makefile index ae861314d2f3..88a1a38f04e9 100644 --- a/sysutils/gotop/Makefile +++ b/sysutils/gotop/Makefile @@ -10,6 +10,8 @@ COMMENT= Terminal based graphical activity monitor inspired by gtop and vtop LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/LICENSE +BROKEN= fails to extract + BUILD_DEPENDS= go:lang/go USE_GITHUB= nodefault # the main code is in GH_TUPLE |