svn commit: r520880 - head/emulators/i386-wine
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Dec 25 17:55:01 UTC 2019
Author: pkubaj
Date: Wed Dec 25 17:55:01 2019
New Revision: 520880
URL: https://svnweb.freebsd.org/changeset/ports/520880
Log:
emulators/i386-wine: fix run-depends with MONO option
MONO_RUN_DEPENDS should be updated when wine-mono-devel is updated.
PR: 242576
Approved by: dbn (maintainer timeout)
Modified:
head/emulators/i386-wine/Makefile.inc
Modified: head/emulators/i386-wine/Makefile.inc
==============================================================================
--- head/emulators/i386-wine/Makefile.inc Wed Dec 25 17:53:37 2019 (r520879)
+++ head/emulators/i386-wine/Makefile.inc Wed Dec 25 17:55:01 2019 (r520880)
@@ -43,7 +43,7 @@ USES= tar:xz
BUNDLE_LIBS= yes
GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.47-x86.msi:emulators/wine-gecko-devel
-MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.7.1.msi:emulators/wine-mono-devel
+MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.9.4.msi:emulators/wine-mono-devel
PORTSCOUT= limitw:1,even
More information about the svn-ports-all
mailing list