diff --git a/emulators/wine-devel/Portfile b/emulators/wine-devel/Portfile index 8aca985b17630..c85fb3641dd65 100644 --- a/emulators/wine-devel/Portfile +++ b/emulators/wine-devel/Portfile @@ -12,7 +12,7 @@ github.tarball_from archive name wine-devel conflicts wine-stable wine-staging wine-crossover set my_name wine -revision 0 +revision 1 platforms {darwin >= 19} set branch [lindex [split ${version} .] 0].x license LGPL-2.1+ @@ -51,7 +51,7 @@ depends_build \ depends_lib \ port:freetype \ port:gettext-runtime \ - path:lib/pkgconfig/gnutls.pc:gnutls \ + port:gnutls-devel \ path:lib/libMoltenVK.dylib:MoltenVK-latest \ port:libpcap \ port:libsdl2 diff --git a/emulators/wine-stable/Portfile b/emulators/wine-stable/Portfile index 40eb2a9b7b5c9..7eb47ae2b6f1c 100644 --- a/emulators/wine-stable/Portfile +++ b/emulators/wine-stable/Portfile @@ -12,7 +12,7 @@ github.tarball_from archive name wine-stable conflicts wine-devel wine-staging wine-crossover set my_name wine -revision 2 +revision 3 platforms {darwin >= 19} set branch [lindex [split ${version} .] 0].0 license LGPL-2.1+ @@ -50,7 +50,7 @@ depends_build \ depends_lib \ port:freetype \ port:gettext-runtime \ - path:lib/pkgconfig/gnutls.pc:gnutls \ + port:gnutls-devel \ path:lib/libMoltenVK.dylib:MoltenVK-latest \ port:libpcap \ port:libsdl2