diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-12-24 04:12:14 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-12-24 04:12:14 +0800 |
commit | 8d2b2a2768019f243226836085a7808e469bd0b1 (patch) | |
tree | 54d3e64a25e92ecb389a9e72cff496e30d672de8 /benchmarks/mangohud | |
parent | bd5a415767e994a7e91270887bd9b2b5605ab08b (diff) | |
download | freebsd-ports-gnome-8d2b2a2768019f243226836085a7808e469bd0b1.tar.gz freebsd-ports-gnome-8d2b2a2768019f243226836085a7808e469bd0b1.tar.zst freebsd-ports-gnome-8d2b2a2768019f243226836085a7808e469bd0b1.zip |
devel/vulkan-*: move to graphics/ where vulkan-loader is
Vulkan isn't used for generic compute workloads unlike OpenCL.
For example, waifu2x-ncnn-vulkan is still graphics-related.
Diffstat (limited to 'benchmarks/mangohud')
-rw-r--r-- | benchmarks/mangohud/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/mangohud/Makefile b/benchmarks/mangohud/Makefile index 4f70ed0d90bb..690a29893094 100644 --- a/benchmarks/mangohud/Makefile +++ b/benchmarks/mangohud/Makefile @@ -16,7 +16,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= glslangValidator:devel/glslang \ - ${LOCALBASE}/share/vulkan/registry/vk.xml:devel/vulkan-headers \ + ${LOCALBASE}/share/vulkan/registry/vk.xml:graphics/vulkan-headers \ ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} LIB_DEPENDS= libinotify.so:devel/libinotify |