diff options
Diffstat (limited to 'databases/weaviate')
-rw-r--r-- | databases/weaviate/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/weaviate/Makefile b/databases/weaviate/Makefile index 8c1ffa0807e4..06993255d14a 100644 --- a/databases/weaviate/Makefile +++ b/databases/weaviate/Makefile @@ -1,6 +1,7 @@ PORTNAME= weaviate DISTVERSIONPREFIX= v DISTVERSION= 1.30.17 +PORTREVISION= 1 CATEGORIES= databases # artificial-intelligence MAINTAINER= yuri@FreeBSD.org @@ -11,6 +12,8 @@ WWW= https://weaviate.io/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= build error: no error messages printed + USES= go:modules GO_MODULE= github.com/weaviate/weaviate |