aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2022-02-07 07:45:52 +0000
committerMikael Urankar <mikael@FreeBSD.org>2022-02-07 07:45:52 +0000
commitb963dce8d98e7054f433ccd34e9216261e4a4281 (patch)
treee655997a4def8ba195241de54c16f9a766538b64
parentc305ea97d2acf97c7cacd9a62a0389e4a98f21c9 (diff)
downloadports-b963dce8d98e7054f433ccd34e9216261e4a4281.tar.gz
ports-b963dce8d98e7054f433ccd34e9216261e4a4281.zip
sysutils/go-btfs: mark as broken
It requires go 1.15. PR: 260451 Reported by: Richard Allen
-rw-r--r--sysutils/go-btfs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/go-btfs/Makefile b/sysutils/go-btfs/Makefile
index f5666c915086..081ce9d8d389 100644
--- a/sysutils/go-btfs/Makefile
+++ b/sysutils/go-btfs/Makefile
@@ -11,6 +11,8 @@ LICENSE_COMB= multi
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
+BROKEN= requires go 1.15
+
USES= go:modules
USE_GITHUB= yes