diff --git a/graphics/openimageio/Portfile b/graphics/openimageio/Portfile index 9ea8aae189a..95db83e7197 100644 --- a/graphics/openimageio/Portfile +++ b/graphics/openimageio/Portfile @@ -54,7 +54,7 @@ if {${port_latest}} { set port_libfmt libfmt12 cmake.prefix_path-prepend \ - ${prefix}/lib/${port_libfmt}/cmake/fmt + ${prefix}/lib/${port_libfmt}/cmake depends_lib-append port:${port_libfmt} } else { PortGroup boost 1.0 diff --git a/net/mtxclient/Portfile b/net/mtxclient/Portfile index 529ba65ebfe..f8fd212a68a 100644 --- a/net/mtxclient/Portfile +++ b/net/mtxclient/Portfile @@ -49,4 +49,4 @@ depends_lib-append \ # a new release is available. nheko must also use that version as well. cmake.prefix_path-prepend \ ${prefix}/lib/libfmt8/cmake \ - ${prefix}/libexec/spdlog-fmt8/lib/cmake + ${prefix}/libexec/spdlog-fmt8 diff --git a/net/nheko/Portfile b/net/nheko/Portfile index a71f012eb4b..54e9b3cf5e6 100644 --- a/net/nheko/Portfile +++ b/net/nheko/Portfile @@ -60,7 +60,7 @@ patchfiles MacNotificationDelegate.mm.patch # Match libfmt version with spdlog once there's a new release cmake.prefix_path-append \ ${prefix}/lib/libfmt8/cmake \ - ${prefix}/libexec/spdlog-fmt8/lib/cmake + ${prefix}/libexec/spdlog-fmt8 destroot { copy ${build.dir}/nheko.app ${destroot}${applications_dir}/Nheko.app