Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2020 11:36:08 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525373 - head/emulators/i386-wine
Message-ID:  <202002061136.016Ba8R3054775@repo.freebsd.org>

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



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