Skip to content
Snippets Groups Projects
Commit 18fcc610 authored by Gerald Pfeifer's avatar Gerald Pfeifer
Browse files

emulators/i386-wine: Make the dependency on wine-mono generic

Instead of hard coding the actual version number use a generic
dependency on simply the port. This makes maintenance easier and
reduces the chance for mistakes.

This ports over commit dc73fd60
from the emulators/wine port:

PR:		257630
parent 2713ca12
No related branches found
No related tags found
No related merge requests found
......@@ -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-5.1.1-x86.msi:emulators/wine-mono
MONO_RUN_DEPENDS= wine-mono>0:emulators/wine-mono
do-extract:
@${RM} -r ${WRKDIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment