diff options
-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 |