svn commit: r520954 - head/emulators/i386-wine

Piotr Kubaj pkubaj at FreeBSD.org
Thu Dec 26 21:16:21 UTC 2019


Author: pkubaj
Date: Thu Dec 26 21:16:20 2019
New Revision: 520954
URL: https://svnweb.freebsd.org/changeset/ports/520954

Log:
  emulators/i386-wine: fix run-depends with GECKO option
  
  It should have been changed in r520892.
  
  Pointy-hat:	gerald

Modified:
  head/emulators/i386-wine/Makefile.inc

Modified: head/emulators/i386-wine/Makefile.inc
==============================================================================
--- head/emulators/i386-wine/Makefile.inc	Thu Dec 26 21:09:28 2019	(r520953)
+++ head/emulators/i386-wine/Makefile.inc	Thu Dec 26 21:16:20 2019	(r520954)
@@ -42,7 +42,7 @@ USE_LDCONFIG32=	${PREFIX}/lib32 ${PREFIX}/lib32/wine
 USES=		tar:xz
 BUNDLE_LIBS=	yes
 
-GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.47-x86.msi:emulators/wine-gecko-devel
+GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine-gecko-2.47.1-x86.msi:emulators/wine-gecko-devel
 MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.9.4.msi:emulators/wine-mono-devel
 
 PORTSCOUT=	limitw:1,even


More information about the svn-ports-head mailing list