diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-10-18 05:28:01 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-10-18 05:30:46 +0000 |
commit | c4123af4611c8d31fc67b59a74afd4d3f9576c2d (patch) | |
tree | 7203c9725cc2825d63f97002685cc06b3dab4044 | |
parent | 13220a2cf6bcb2093d35a98aac7705ac8713482b (diff) | |
download | ports-c4123af4611c8d31fc67b59a74afd4d3f9576c2d.tar.gz ports-c4123af4611c8d31fc67b59a74afd4d3f9576c2d.zip |
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.
-rw-r--r-- | emulators/wine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |