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

David Naylor dbn at FreeBSD.org
Fri Feb 12 16:13:23 UTC 2016


Author: dbn
Date: Fri Feb 12 16:13:21 2016
New Revision: 408740
URL: https://svnweb.freebsd.org/changeset/ports/408740

Log:
  emulators/i386-wine: fix run depends reference to wine-gecko
  
  PR:		207072
  Submitted by:	Piotr Kubaj <rkubaj at anongoth.pl>

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

Modified: head/emulators/i386-wine/Makefile.inc
==============================================================================
--- head/emulators/i386-wine/Makefile.inc	Fri Feb 12 15:55:46 2016	(r408739)
+++ head/emulators/i386-wine/Makefile.inc	Fri Feb 12 16:13:21 2016	(r408740)
@@ -41,7 +41,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.40-x86.msi:${PORTSDIR}/emulators/wine-gecko
 MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.5.6.msi:${PORTSDIR}/emulators/wine-mono-devel
 
 PORTSCOUT=	limitw:1,even


More information about the svn-ports-all mailing list