aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-01-31 08:57:21 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-01-31 08:57:53 +0000
commit1952d84d2e2ae891afb6c4a87eb27ee6a6e37311 (patch)
tree7301c85cca504f654a01416907d0d1c19e3418fd
parent926b73117918979bf5f6ca10356fd94db564513c (diff)
downloadports-1952d84d2e2ae891afb6c4a87eb27ee6a6e37311.tar.gz
ports-1952d84d2e2ae891afb6c4a87eb27ee6a6e37311.zip
lang/dotnet: Mark as only for amd64
Reported by: pkg-fallout
-rw-r--r--lang/dotnet/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \