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

David Naylor dbn at FreeBSD.org
Sun Mar 13 12:11:13 UTC 2016


Author: dbn
Date: Sun Mar 13 12:11:12 2016
New Revision: 410960
URL: https://svnweb.freebsd.org/changeset/ports/410960

Log:
  emulators/i386-wine: update dependency on wine-mono.
  
  Dependency moved from wine-mono-devel to wine-mono.
  
  PR:		207072

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

Modified: head/emulators/i386-wine/Makefile.inc
==============================================================================
--- head/emulators/i386-wine/Makefile.inc	Sun Mar 13 12:09:27 2016	(r410959)
+++ head/emulators/i386-wine/Makefile.inc	Sun Mar 13 12:11:12 2016	(r410960)
@@ -42,7 +42,7 @@ USES=		tar:xz
 BUNDLE_LIBS=	yes
 
 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
+MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.5.6.msi:${PORTSDIR}/emulators/wine-mono
 
 PORTSCOUT=	limitw:1,even
 


More information about the svn-ports-all mailing list