Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2021 06:25:45 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 799f2a37692a - main - emulators/wine-devel: Make GECKO_RUN_DEPENDS more flexible
Message-ID:  <202109270625.18R6PjMV068086@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

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

commit 799f2a37692af2674ed108314ab6963c8a2fe0d7
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-09-27 06:24:52 +0000
Commit:     Gerald Pfeifer <gerald@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109270625.18R6PjMV068086>