aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-07-14 12:44:13 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-07-14 12:44:13 +0000
commit0b254ce482cd00af591ecca7325754ae08ac06c9 (patch)
treebe2388171ffe4112d46f053d904f99fd3b261973
parentccc5250f0b091b2d0884d28eda76a7c2b8025aaa (diff)
downloadports-0b254ce482cd00af591ecca7325754ae08ac06c9.tar.gz
ports-0b254ce482cd00af591ecca7325754ae08ac06c9.zip
lang/dotnet: Mark BROKEN for aarch64 on all FreeBSD versions
Reported by: pkg-fallout
-rw-r--r--lang/dotnet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/dotnet/Makefile b/lang/dotnet/Makefile
index 566bc01a0ddb..aae84e999405 100644
--- a/lang/dotnet/Makefile
+++ b/lang/dotnet/Makefile
@@ -63,7 +63,7 @@ PLIST_SUB= DOTNET_ARCH=${DOTNET_ARCH} FULL_DOTNETVERSION=${PORTVERSION} \
LIB_DEPENDS+= libcrypto.so.111:misc/compat13x
.endif
-.if ${OSVERSION} >= 1500000 && ${ARCH} == aarch64
+.if ${ARCH} == aarch64
BROKEN= "crossgen2" exited with code 139
.endif