git: 1952d84d2e2a - main - lang/dotnet: Mark as only for amd64

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Wed, 31 Jan 2024 08:58:26 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1952d84d2e2ae891afb6c4a87eb27ee6a6e37311

commit 1952d84d2e2ae891afb6c4a87eb27ee6a6e37311
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-01-31 08:57:21 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-01-31 08:57:53 +0000

    lang/dotnet: Mark as only for amd64
    
    Reported by:    pkg-fallout
---
 lang/dotnet/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lang/dotnet/Makefile b/lang/dotnet/Makefile
index 76901248557c..0d61b003fc8a 100644
--- a/lang/dotnet/Makefile
+++ b/lang/dotnet/Makefile
@@ -15,6 +15,8 @@ WWW=		https://dot.net
 
 LICENSE=	MIT
 
+ONLY_FOR_ARCHS=	amd64
+
 BUILD_DEPENDS=	bash:shells/bash \
 		cmake:devel/cmake-core \
 		git:devel/git \