Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2024 08:58:26 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1952d84d2e2a - main - lang/dotnet: Mark as only for amd64
Message-ID:  <202401310858.40V8wQUF087831@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401310858.40V8wQUF087831>