aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Palmen <felix@palmen-it.de>2021-10-10 06:20:39 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-10-10 06:21:29 +0000
commit8fcc40e7043f53358931a874d0f31e889e32ff1a (patch)
tree463ef792b3cd87fefa66bded426a92b546c82976
parentdce823efef10478fb6a8162c82333bc82d494e6b (diff)
downloadports-8fcc40e7043f53358931a874d0f31e889e32ff1a.tar.gz
ports-8fcc40e7043f53358931a874d0f31e889e32ff1a.zip
emulators/i386-wine: Make dependency on wine-gecko generic
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. PR: 258200
-rw-r--r--emulators/i386-wine/Makefile.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/i386-wine/Makefile.amd64 b/emulators/i386-wine/Makefile.amd64
index 565689b58994..b89205f61ef2 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: