diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2022-11-19 12:57:20 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2022-11-19 12:58:58 +0000 |
commit | 01a33a299482769d4677749057b914c4c408e600 (patch) | |
tree | 64d2f66d69f7b5409102dcbbe2412ec507d51358 /emulators/wine-mono | |
parent | e400b8dc8807206b1a6f3e99e4edfd6ccd529084 (diff) |
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.
Diffstat (limited to 'emulators/wine-mono')
-rw-r--r-- | emulators/wine-mono/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |