summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2025-05-18 10:36:20 +0200
committerRobert Nagy <rnagy@FreeBSD.org>2025-05-18 10:36:20 +0200
commitab3c41353f6729e5942d147ff38859a0f3e5c6b8 (patch)
tree1de1365beb12e49b7ac5930b02141aa4c264b702 /www
parenttextproc/p5-Pod-Simple: update to 3.47 (diff)
www/{*chromium,iridium}: drop i386 support
Diffstat (limited to 'www')
-rw-r--r--www/chromium/Makefile2
-rw-r--r--www/iridium/Makefile2
-rw-r--r--www/ungoogled-chromium/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 7dd66eaf8686..1dd3e43c87a9 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -16,7 +16,7 @@ WWW= https://www.chromium.org/Home
LICENSE= BSD3CLAUSE LGPL21 MPL11
LICENSE_COMB= multi
-ONLY_FOR_ARCHS= aarch64 amd64 i386
+ONLY_FOR_ARCHS= aarch64 amd64
BUILD_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
diff --git a/www/iridium/Makefile b/www/iridium/Makefile
index ace3050434e2..40178f0ec7ba 100644
--- a/www/iridium/Makefile
+++ b/www/iridium/Makefile
@@ -18,7 +18,7 @@ WWW= https://iridiumbrowser.de/
LICENSE= BSD3CLAUSE LGPL21 MPL11
LICENSE_COMB= multi
-ONLY_FOR_ARCHS= aarch64 amd64 i386
+ONLY_FOR_ARCHS= aarch64 amd64
BUILD_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile
index 82ad56dc48d0..11d2fde1f6f1 100644
--- a/www/ungoogled-chromium/Makefile
+++ b/www/ungoogled-chromium/Makefile
@@ -20,7 +20,7 @@ WWW= https://github.com/ungoogled-software/ungoogled-chromium
LICENSE= BSD3CLAUSE LGPL21 MPL11
LICENSE_COMB= multi
-ONLY_FOR_ARCHS= aarch64 amd64 i386
+ONLY_FOR_ARCHS= aarch64 amd64
PATCH_DEPENDS= gpatch:devel/patch \
${PYTHON_VERSION}:lang/python${PYTHON_SUFFIX}