diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-11-18 14:32:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-11-18 20:51:08 +0000 |
commit | cb7f58e25382e56e94388b932a17104220479df5 (patch) | |
tree | 8376c5e5c196a06ade394c49dbe7d7e3ede00122 /sysutils | |
parent | fea0e6e8f848623a36a15f3da886ba0dde4fc79c (diff) | |
download | ports-cb7f58e25382e56e94388b932a17104220479df5.tar.gz ports-cb7f58e25382e56e94388b932a17104220479df5.zip |
sysutils/oc: mark BROKEN
Approved by: porgmgr blanket
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/oc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/oc/Makefile b/sysutils/oc/Makefile index 4ad31ac9a925..c3e6a0370a52 100644 --- a/sysutils/oc/Makefile +++ b/sysutils/oc/Makefile @@ -11,6 +11,8 @@ COMMENT= OpenShift Command Line LICENSE= APACHE20 LICENSE_FILE= ${GO_WRKSRC}/LICENSE +BROKEN= does not fetch (checksum mismatch) + ONLY_FOR_ARCHS= amd64 USES= go:modules |