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

Gerald Pfeifer gerald at FreeBSD.org
Thu Feb 6 11:36:09 UTC 2020


Author: gerald
Date: Thu Feb  6 11:36:08 2020
New Revision: 525373
URL: https://svnweb.freebsd.org/changeset/ports/525373

Log:
  Depend on emulators/wine-mono instead of emulators/wine-mono-devel.
  
  Right now both provide the same, however the latter tracks the evolution
  of Wine during its development phase, so is bound to diverge again.

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

Modified: head/emulators/i386-wine/Makefile.inc
==============================================================================
--- head/emulators/i386-wine/Makefile.inc	Thu Feb  6 09:47:50 2020	(r525372)
+++ head/emulators/i386-wine/Makefile.inc	Thu Feb  6 11:36:08 2020	(r525373)
@@ -43,7 +43,7 @@ USES=		tar:xz
 BUNDLE_LIBS=	yes
 
 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
+MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.9.4.msi:emulators/wine-mono
 
 PORTSCOUT=	limitw:1,even
 


More information about the svn-ports-all mailing list