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

Gerald Pfeifer gerald at FreeBSD.org
Mon Apr 22 14:09:59 UTC 2019


Author: gerald
Date: Mon Apr 22 14:09:57 2019
New Revision: 499644
URL: https://svnweb.freebsd.org/changeset/ports/499644

Log:
  Actually fix the dependency on wine-mono-devel for real.
  
  PR:		237422
  Pointy hat to:	gerald

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Mon Apr 22 14:08:25 2019	(r499643)
+++ head/emulators/wine-devel/Makefile	Mon Apr 22 14:09:57 2019	(r499644)
@@ -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.0.msi:emulators/wine-mono-devel
+MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.8.1.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