From 1453763d078858710691ac7eae2fb7c13c781988 Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Sun, 10 Sep 2023 00:33:50 +0200 Subject: [PATCH] Add `platforms {darwin any}` to base.Portfile --- upt_macports/templates/base.Portfile | 1 + 1 file changed, 1 insertion(+) diff --git a/upt_macports/templates/base.Portfile b/upt_macports/templates/base.Portfile index 95eba76..170490c 100644 --- a/upt_macports/templates/base.Portfile +++ b/upt_macports/templates/base.Portfile @@ -23,6 +23,7 @@ PortSystem 1.0 {% if pkg.upt_pkg.frontend != 'rubygems' -%} ## uncomment the following line if no architecture-dependent files are installed, otherwise remove # supported_archs noarch +# platforms {darwin any} {% endif %} license {{ pkg.licenses }} ## If you would like to keep maintaining this port in the future as described in