aboutsummaryrefslogtreecommitdiff
path: root/lang/gleam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gleam/Makefile')
-rw-r--r--lang/gleam/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gleam/Makefile b/lang/gleam/Makefile
index ccca272cc590..5b2003b620e5 100644
--- a/lang/gleam/Makefile
+++ b/lang/gleam/Makefile
@@ -10,6 +10,8 @@ WWW= https://gleam.run/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/compiler-core/LICENCE
+BROKEN_i386= needs SSE or SSE2 type extensions to compile
+
USES= cargo ssl
USE_GITHUB= yes
GH_ACCOUNT= gleam-lang