git: c4123af4611c - main - emulators/wine: Make GECKO_RUN_DEPENDS more flexible
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Oct 2021 05:31:16 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4123af4611c8d31fc67b59a74afd4d3f9576c2d commit c4123af4611c8d31fc67b59a74afd4d3f9576c2d Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-10-18 05:28:01 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-10-18 05:30:46 +0000 emulators/wine: Make GECKO_RUN_DEPENDS more flexible Back port 799f2a37692af2674ed108314ab6963c8a2fe0d7 from the wine-devel port: 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. --- emulators/wine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 0ba0e3dc3093..dd7db9430468 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -85,7 +85,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