From dab5ff45b91a505f782947e875bb285ba22465bd Mon Sep 17 00:00:00 2001 From: Felix Palmen Date: Wed, 1 Sep 2021 18:37:37 +0200 Subject: [PATCH] emulators/*wine: generic dependency on wine-gecko Similar to commits dc73fd607fb79017cf74182613659ac9c4340bdd and 18fcc610bf93b40517bdb3f3ba945659a70cb6d0 solving this for wine-mono, the dependency on wine-gecko had the actual version number hardcoded, which is easy to miss and a maintenance burden. Simply depend on the port instead for wine-gecko as well. --- emulators/i386-wine/Makefile.amd64 | 2 +- emulators/wine/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emulators/i386-wine/Makefile.amd64 b/emulators/i386-wine/Makefile.amd64 index 8af03b14fc8a..4dfb2b955157 100644 --- a/emulators/i386-wine/Makefile.amd64 +++ b/emulators/i386-wine/Makefile.amd64 @@ -40,7 +40,7 @@ OPTIONS_DEFINE= GECKO MONO GECKO_DESC= Bundle Gecko MSI package for Wine MONO_DESC= Bundle Mono MSI package for Wine -GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine-gecko-2.47.1-x86.msi:emulators/wine-gecko +GECKO_RUN_DEPENDS= wine-gecko>0:emulators/wine-gecko MONO_RUN_DEPENDS= wine-mono>0:emulators/wine-mono do-extract: diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 4addc6fe331a..9363b4163978 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -78,7 +78,7 @@ CUPS_LIB_DEPENDS= libcups.so:print/cups DOSBOX_RUN_DEPENDS= dosbox:emulators/dosbox -GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine-gecko-2.47.2-x86.msi:emulators/wine-gecko +GECKO_RUN_DEPENDS= wine-gecko>0:emulators/wine-gecko GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls -- 2.32.0