diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2026-09-01 22:09:08 +0000 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2026-09-01 22:13:45 +0000 |
| commit | 926b5d3def50e3af3aad74193f5e75f90dba0e23 (patch) | |
| tree | b8ce225b95f71abfd3457943c0b7ca55dbeaeb09 | |
| parent | 6d7f0c795ef0a083674cacc9940c0570092763c7 (diff) | |
lang/julia: Mark BROKEN
Build crashes
Reported by: pkg-fallout
| -rw-r--r-- | lang/julia/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/julia/Makefile b/lang/julia/Makefile index b813b1f0f920..37320983efed 100644 --- a/lang/julia/Makefile +++ b/lang/julia/Makefile @@ -14,6 +14,8 @@ WWW= https://julialang.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN= Fails to build, build crashes + ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= Has not been ported to this platform for freebsd |
