diff options
Diffstat (limited to 'sysutils/kops/Makefile')
-rw-r--r-- | sysutils/kops/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/kops/Makefile b/sysutils/kops/Makefile index 2a5b5990528b..173a0ef085b0 100644 --- a/sysutils/kops/Makefile +++ b/sysutils/kops/Makefile @@ -1,7 +1,7 @@ PORTNAME= kops PORTVERSION= 1.33.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org @@ -10,6 +10,8 @@ WWW= https://github.com/kubernetes/kops LICENSE= APACHE20 +BROKEN_i386= linking fails: mapping output file failed: cannot allocate memory + BUILD_DEPENDS= go-bindata:devel/go-bindata USES= go:modules |