svn commit: r414611 - head/emulators/i386-wine-devel

David Naylor dbn at FreeBSD.org
Wed May 4 20:07:10 UTC 2016


Author: dbn
Date: Wed May  4 20:07:09 2016
New Revision: 414611
URL: https://svnweb.freebsd.org/changeset/ports/414611

Log:
  i386-wine-devel: fix dependency on wine-mono-devel.
  
  Reported by:	Ivan Klymenko <fidaj at ukr.net>

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

Modified: head/emulators/i386-wine-devel/Makefile.inc
==============================================================================
--- head/emulators/i386-wine-devel/Makefile.inc	Wed May  4 19:50:21 2016	(r414610)
+++ head/emulators/i386-wine-devel/Makefile.inc	Wed May  4 20:07:09 2016	(r414611)
@@ -43,7 +43,7 @@ USES=		tar:xz
 BUNDLE_LIBS=	yes
 
 GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.44-x86.msi:emulators/wine-gecko-devel
-MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.6.0.msi:emulators/wine-mono-devel
+MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.6.2.msi:emulators/wine-mono-devel
 
 # Included for OPSYS and OSVERSION
 .include <bsd.port.pre.mk>


More information about the svn-ports-head mailing list