svn commit: r408741 - head/emulators/i386-wine-devel

David Naylor dbn at FreeBSD.org
Fri Feb 12 16:17:28 UTC 2016


Author: dbn
Date: Fri Feb 12 16:17:26 2016
New Revision: 408741
URL: https://svnweb.freebsd.org/changeset/ports/408741

Log:
  emulators/i386-wine-devel: fix depends reference to wine-gecko-devel
  
  PR:		207103
  Submitted by:	Piotr Kubaj <pkuba at anongoth.pl>

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

Modified: head/emulators/i386-wine-devel/Makefile.inc
==============================================================================
--- head/emulators/i386-wine-devel/Makefile.inc	Fri Feb 12 16:13:21 2016	(r408740)
+++ head/emulators/i386-wine-devel/Makefile.inc	Fri Feb 12 16:17:26 2016	(r408741)
@@ -42,7 +42,7 @@ USE_LDCONFIG32=	${PREFIX}/lib32 ${PREFIX
 USES=		tar:xz
 BUNDLE_LIBS=	yes
 
-GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.40-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
+GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.44-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
 MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.5.6.msi:${PORTSDIR}/emulators/wine-mono-devel
 
 # Included for OPSYS and OSVERSION


More information about the svn-ports-all mailing list