Commits

Ryan Schmidt authored e0b0a72ee59
vulkan-loader: Fix capitalization of MoltenVK
No tags

graphics/vulkan-loader/Portfile

Modified
11 11 categories graphics devel
12 12 platforms darwin
13 13 license Apache-2
14 14
15 15 maintainers {@eintw1ck itanimul.li:josh} openmaintainer
16 16 description Vulkan loader
17 17 long_description Loader for Vulkan Installable Client Drivers (ICDs) and Vulkan Layers. \
18 18 While MoltenVK on macOS can be linked to directly, it is a Level 0 ICD \
19 19 and thus requires a loader in order to use Layers.
20 20
21 -depends_build-append port:moltenvk port:vulkan-headers port:python37
21 +depends_build-append port:MoltenVK port:vulkan-headers port:python37
22 22
23 23 homepage https://vulkan.lunarg.com
24 24 checksums sha256 fb111c9855ca0a0c6fc033530a318e7c9e7b9e1b0ceb8ae0b7962ff8d33ecd58 \
25 25 rmd160 74bafe603877202f150364c1d843f2d3ec5b5774 \
26 26 size 1346500
27 27 use_zip no
28 28
29 29
30 30 configure.args-append -DPython_ADDITIONAL_VERSIONS=3.7 -DFALLBACK_DATA_DIRS=${prefix}/share:/usr/local/share:/usr/share
31 31

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut