Skip to content

Commit

Permalink
wine-*: Swap to gnutls-devel
Browse files Browse the repository at this point in the history
We need at least gnutls 3.8.2 for DH support.
  • Loading branch information
Gcenx committed Aug 29, 2024
1 parent 31ac6f4 commit c7cea31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions emulators/wine-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions emulators/wine-stable/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c7cea31

Please sign in to comment.