git: 799f2a37692a - main - emulators/wine-devel: Make GECKO_RUN_DEPENDS more flexible

Gerald Pfeifer gerald at FreeBSD.org
Mon Sep 27 06:25:46 UTC 2021


The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=799f2a37692af2674ed108314ab6963c8a2fe0d7

commit 799f2a37692af2674ed108314ab6963c8a2fe0d7
Author:     Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-09-27 06:24:52 +0000
Commit:     Gerald Pfeifer <gerald at FreeBSD.org>
CommitDate: 2021-09-27 06:24:52 +0000

    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.
---
 emulators/wine-devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the dev-commits-ports-main mailing list