aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vereeken <Alexander88207@protonmail.com>2021-09-22 17:07:10 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2021-09-22 17:09:39 +0000
commit36d264034a3281d1eff08b9bc8ad756086ef4669 (patch)
tree38d068e402b1a59c29420e1f43be048a3b2a6019
parent81ad898f6c4491ac29560d8269a4a41781f5b5fe (diff)
downloadports-36d264034a3281d1eff08b9bc8ad756086ef4669.tar.gz
ports-36d264034a3281d1eff08b9bc8ad756086ef4669.zip
emulators/winetricks: Mark only for archs amd64/i386
PR: 258582 Reported by: Graham Perrin <grahamperrin@gmail.com> (cherry picked from commit 0c37d65105e9a490d7231304a1bce1536ff1a5fd)
-rw-r--r--emulators/winetricks/Makefile3
-rw-r--r--emulators/winetricks/pkg-message11
2 files changed, 3 insertions, 11 deletions
diff --git a/emulators/winetricks/Makefile b/emulators/winetricks/Makefile
index d6f075f87a57..342532d2bab4 100644
--- a/emulators/winetricks/Makefile
+++ b/emulators/winetricks/Makefile
@@ -8,6 +8,9 @@ COMMENT= Easy way to work around problems in Wine
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
+ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture
+
RUN_DEPENDS= cabextract:archivers/cabextract
USES= perl5
diff --git a/emulators/winetricks/pkg-message b/emulators/winetricks/pkg-message
deleted file mode 100644
index 62fa09cc611b..000000000000
--- a/emulators/winetricks/pkg-message
+++ /dev/null
@@ -1,11 +0,0 @@
-[
-{ type: install
- message: <<EOM
-The winetricks port requires a 32 bit version of Wine
-
-Please install one of the following packages:
- wine or wine-devel on i386
- i386-wine or i386-wine-devel on amd64
-EOM
-}
-]