aboutsummaryrefslogtreecommitdiff
path: root/lang/nim
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-27 22:16:50 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-27 22:16:50 +0000
commit378be05b39e0bbdaa00c96c4738cb13596ef1f2f (patch)
tree1b2df8c09e0cb56901d85fbbb3eef88a094ae8c6 /lang/nim
parent8cfa52471a8fbd3be3e1b6705490937971d05eba (diff)
downloadports-378be05b39e0bbdaa00c96c4738cb13596ef1f2f.tar.gz
ports-378be05b39e0bbdaa00c96c4738cb13596ef1f2f.zip
Notes
Diffstat (limited to 'lang/nim')
-rw-r--r--lang/nim/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/nim/Makefile b/lang/nim/Makefile
index 8b03ed939ea1..ce14e01b623c 100644
--- a/lang/nim/Makefile
+++ b/lang/nim/Makefile
@@ -11,10 +11,11 @@ COMMENT= Nim programming language
LICENSE= MIT
-BROKEN_aarch64= Does not compile: crt1.c: undefined reference to main
-BROKEN_mips64= Does not build: build.sh: clang: not found
-BROKEN_powerpc64= Does not build: build.sh: clang: not found
-BROKEN_sparc64= Does not build: build.sh: clang: not found
+BROKEN_aarch64= fails to compile: crt1.c: undefined reference to main
+BROKEN_armv6= fails to compile: crt1.c: undefined reference to main
+BROKEN_mips64= fails to build: build.sh: clang: not found
+BROKEN_powerpc64= fails to build: build.sh: clang: not found
+BROKEN_sparc64= fails to build: build.sh: clang: not found
TOOLS_DESC= Build and install nimgrep and nimsuggest