From b945ac1699b62f4514b0a1b8a986c4cba6f7fd6c Mon Sep 17 00:00:00 2001 From: Dean M Greer <38226388+Gcenx@users.noreply.github.com> Date: Mon, 3 Mar 2025 02:30:11 -0500 Subject: [PATCH] wine: Update to account for macOS 10.12 --- emulators/wine/Portfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/wine/Portfile b/emulators/wine/Portfile index 20cd7ba16562a..f41c2ec16d013 100644 --- a/emulators/wine/Portfile +++ b/emulators/wine/Portfile @@ -6,9 +6,9 @@ PortGroup stub 1.0 name wine replaced_by wine-stable version 1.0 -revision 0 +revision 1 epoch 1 -platforms {macosx any >= 19} +platforms {darwin any >= 16 != 18.*} categories emulators maintainers {@Gcenx gmail.com:gcenx83} openmaintainer