git: 94b52c0f7983 - main - emulators/wine-mono-devel: Mark amd64 and i386 only
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Nov 2022 23:02:08 UTC
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