Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2022 13:01:38 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 01a33a299482 - main - emulators/wine-mono: Mark amd64 and i386 only
Message-ID:  <202211191301.2AJD1cDv023655@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=01a33a299482769d4677749057b914c4c408e600

commit 01a33a299482769d4677749057b914c4c408e600
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2022-11-19 12:57:20 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2022-11-19 12:58:58 +0000

    emulators/wine-mono: Mark amd64 and i386 only
    
    The pre-built MSIs are only available for amd64 and i386, and in any
    case emulators/wine itself currently is built on those two only.
---
 emulators/wine-mono/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/emulators/wine-mono/Makefile b/emulators/wine-mono/Makefile
index 3ce5672b84ef..d8fdcd786499 100644
--- a/emulators/wine-mono/Makefile
+++ b/emulators/wine-mono/Makefile
@@ -13,6 +13,8 @@ WWW=		https://wiki.winehq.org/Mono
 LICENSE=	MIT GPLv2 LGPL20
 LICENSE_COMB=	multi
 
+ONLY_FOR_ARCHS=	amd64 i386
+
 PORTSCOUT=	ignore:1	# for newer versions see emulators/wine-mono-devel
 
 CONFLICTS_INSTALL=	wine-mono-devel



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