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:08:42 +0000
commit0c37d65105e9a490d7231304a1bce1536ff1a5fd (patch)
treec0b15c71ff89246e87b65f6f6bd005993552bbf3
parentaf01475d4f9b32a323b193d3ef8a9b7921c84ffa (diff)
downloadports-0c37d65105e9a490d7231304a1bce1536ff1a5fd.tar.gz
ports-0c37d65105e9a490d7231304a1bce1536ff1a5fd.zip
emulators/winetricks: Mark only for archs amd64/i386
PR: 258582 Reported by: Graham Perrin <grahamperrin@gmail.com>
-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 a35f01b7afbd..b27b6a14646b 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
-}
-]