aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-09-27 06:24:52 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-09-27 06:24:52 +0000
commit799f2a37692af2674ed108314ab6963c8a2fe0d7 (patch)
treea86ee3c8e8073e55a43c42a064d2979de41dd7a6
parent84dbd8991808d56830064768dd7435395bb7015e (diff)
downloadports-799f2a37692af2674ed108314ab6963c8a2fe0d7.tar.gz
ports-799f2a37692af2674ed108314ab6963c8a2fe0d7.zip
emulators/wine-devel: Make GECKO_RUN_DEPENDS more flexible
Simplify GECKO_RUN_DEPENDS along the lines of what we did with MONO_RUN_DEPENDS in 996345a04d856fdc863ddce257b8d98da8074d6c some months ago. That way updates of that other port won't require adjustments here any longer while the system becomes more resilient.
-rw-r--r--emulators/wine-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 84d1e28074dc..42f52c5f2b59 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -83,7 +83,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-devel
+GECKO_RUN_DEPENDS= wine-gecko-devel>0:emulators/wine-gecko-devel
GNUTLS_CONFIGURE_WITH= gnutls
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls