diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-08-05 15:12:00 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-08-05 15:46:42 +0000 |
commit | 4224d94ae30a28447c2d3bdc1a3494738bd87dd9 (patch) | |
tree | 77ad874048659b2a3337c47850f8a8708bb2a6f9 | |
parent | 37be784daec3e11f0d256c50381155fe865ad73a (diff) |
emulators/i386-wine: Fix the dependency on wine-mono
This non-default, rarely used option was missed in the upgrade to
Wine 6.0.1 in 3da5204497006152dbc5cbb73fb0e10002e7de6c.
Also adjust the file name we use in the dependency to the upstream
change for Wine Mono. [1]
PR: 257630 [1]
Submitted by: Eric Camachat <eric@camachat.org>
-rw-r--r-- | emulators/i386-wine/Makefile.amd64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/i386-wine/Makefile.amd64 b/emulators/i386-wine/Makefile.amd64 index 3ebd545f860e..8925dac6dfda 100644 --- a/emulators/i386-wine/Makefile.amd64 +++ b/emulators/i386-wine/Makefile.amd64 @@ -41,7 +41,7 @@ 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 -MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.9.4.msi:emulators/wine-mono +MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-5.1.1-x86.msi:emulators/wine-mono do-extract: @${RM} -r ${WRKDIR} |