aboutsummaryrefslogtreecommitdiff
path: root/games/openra/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-08-08 09:16:02 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-08-08 11:16:45 +0000
commitbcd90622c73cdc090877a2f8173cf50a8e8e611f (patch)
tree83484aa86627b5fa6d61d92a6876bd0f7436d2b4 /games/openra/Makefile
parent47a148ae6aa0a0940df0e3308560b1b5dc428eae (diff)
downloadports-bcd90622c73cdc090877a2f8173cf50a8e8e611f.tar.gz
ports-bcd90622c73cdc090877a2f8173cf50a8e8e611f.zip
lang/mono*: add compat symlink for devel/msbuild < 16
/usr/local/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets(331,5): error MSB4019: The imported project "/usr/local/lib/mono/msbuild/15.0/bin/Roslyn/Microsoft.CSharp.Core.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. PR: 256342 Suggested by: Marcin Cieślak Regressed by: https://github.com/mono/mono/commit/1717687e16dd
Diffstat (limited to 'games/openra/Makefile')
-rw-r--r--games/openra/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/openra/Makefile b/games/openra/Makefile
index e92c5382d049..7c2c0fdf8b27 100644
--- a/games/openra/Makefile
+++ b/games/openra/Makefile
@@ -57,8 +57,8 @@ PORTDATA= *
.include <bsd.port.pre.mk>
-.if defined(MONO_DEFAULT) && ${MONO_DEFAULT} > 5.10
-BROKEN= fails to build with Mono version ${MONO_DEFAULT}: The imported project "/usr/local/lib/mono/msbuild/15.0/bin/Roslyn/Microsoft.CSharp.Core.targets" was not found
+.if defined(MONO_DEFAULT) && ${MONO_DEFAULT} > 6
+BROKEN= fails to build with Mono version ${MONO_DEFAULT}: error MSB4184: The expression ""Program.cs".GetPathsOfAllDirectoriesAbove()" cannot be evaluated. Method 'System.String.GetPathsOfAllDirectoriesAbove' not found.
.endif
post-extract: