svn commit: r506637 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Mon Jul 15 04:41:31 UTC 2019


Author: gerald
Date: Mon Jul 15 04:41:30 2019
New Revision: 506637
URL: https://svnweb.freebsd.org/changeset/ports/506637

Log:
  Fix the dependency on the wine-mono-devel port which was updated, but
  this dependency missed in terms of code, even if mentioned in the log,
  in revision 504944 | gerald | 2019-06-23.
  
  PR:		239170
  Submitted by:	chadf at triularity.org

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Mon Jul 15 04:12:23 2019	(r506636)
+++ head/emulators/wine-devel/Makefile	Mon Jul 15 04:41:30 2019	(r506637)
@@ -91,7 +91,7 @@ LDAP_USE=		OPENLDAP=yes
 LIBXSLT_CONFIGURE_WITH=	xslt
 LIBXSLT_LIB_DEPENDS=	libxslt.so:textproc/libxslt
 
-MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.8.3.msi:emulators/wine-mono-devel
+MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.9.0.msi:emulators/wine-mono-devel
 
 MPG123_CONFIGURE_WITH=	mpg123
 MPG123_LIB_DEPENDS=	libmpg123.so:audio/mpg123


More information about the svn-ports-head mailing list