Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2016 16:17:27 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408741 - head/emulators/i386-wine-devel
Message-ID:  <201602121617.u1CGHR89046717@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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