diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-12-18 19:16:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-12-18 19:16:37 +0000 |
commit | 4efe7bdc2b134fa5d608fb76de973c50b149f843 (patch) | |
tree | a50b69157728126f2254078cddc63890bf7631ff /emulators | |
parent | 673adcde6c86eb814fe870b24d8e590e18330b9c (diff) | |
download | ports-4efe7bdc2b134fa5d608fb76de973c50b149f843.tar.gz ports-4efe7bdc2b134fa5d608fb76de973c50b149f843.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mesen/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/mesen/Makefile b/emulators/mesen/Makefile index 20dfae1bb70f..874c3eafd98d 100644 --- a/emulators/mesen/Makefile +++ b/emulators/mesen/Makefile @@ -62,6 +62,12 @@ MONO_DESKTOP_ENTRIES= "Mesen" "NES/Famicom Emulator" \ LIBRETRO_ALL_TARGET= libretro +.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 +.endif + do-install: # empty to avoid default do-install-MONO-on: @@ -87,4 +93,4 @@ do-install-LIBRETRO-on: ${INSTALL_LIB} ${WRKSRC}/bin/mesen_libretro.${MESEN_ARCH}.so \ ${STAGEDIR}${PREFIX}/lib/libretro/mesen_libretro.so -.include <bsd.port.mk> +.include <bsd.port.post.mk> |