Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Nov 2022 23:02:08 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: 94b52c0f7983 - main - emulators/wine-mono-devel: Mark amd64 and i386 only
Message-ID:  <202211252302.2APN28cH032104@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=94b52c0f7983d2f8461398a60acb99983302c0bd

commit 94b52c0f7983d2f8461398a60acb99983302c0bd
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2022-11-25 22:59:56 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2022-11-25 23:01:30 +0000

    emulators/wine-mono-devel: 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.
    
    (This forward ports 01a33a299482769d4677749057b914c4c408e600 from
    emulators/wine-mono.)
---
 emulators/wine-mono-devel/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/emulators/wine-mono-devel/Makefile b/emulators/wine-mono-devel/Makefile
index 7d1b35a0f77a..3ef073d6130e 100644
--- a/emulators/wine-mono-devel/Makefile
+++ b/emulators/wine-mono-devel/Makefile
@@ -14,6 +14,8 @@ WWW=		https://wiki.winehq.org/Mono
 LICENSE=	MIT GPLv2 LGPL20
 LICENSE_COMB=	multi
 
+ONLY_FOR_ARCHS=	amd64 i386
+
 CONFLICTS_INSTALL=	wine-mono
 
 NO_BUILD=	yes



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