summaryrefslogtreecommitdiff
path: root/sysutils/consul
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-08 05:52:41 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-08 05:52:41 +0000
commit7452888b13b9f3a7dd0f3eb4a865efd45e6f0065 (patch)
treed2632b3011cbe0e8661090566fef91c498fde2f9 /sysutils/consul
parentMark BROKEN (diff)
Mark BROKEN
$GOPATH/go.mod exists but should not Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=511542
Diffstat (limited to 'sysutils/consul')
-rw-r--r--sysutils/consul/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile
index 89837dc250d6..298e1a6183a9 100644
--- a/sysutils/consul/Makefile
+++ b/sysutils/consul/Makefile
@@ -11,6 +11,8 @@ COMMENT= Service discovery and configuration made easy
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= fails to build
+
USES= compiler go
USE_GITHUB= yes