aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt5-gui
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-12-23 20:12:14 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-12-23 20:12:14 +0000
commit8d2b2a2768019f243226836085a7808e469bd0b1 (patch)
tree54d3e64a25e92ecb389a9e72cff496e30d672de8 /x11-toolkits/qt5-gui
parentbd5a415767e994a7e91270887bd9b2b5605ab08b (diff)
downloadports-8d2b2a2768019f243226836085a7808e469bd0b1.tar.gz
ports-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.
Notes
Notes: svn path=/head/; revision=559022
Diffstat (limited to 'x11-toolkits/qt5-gui')
-rw-r--r--x11-toolkits/qt5-gui/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile
index 6750d9d08c88..442da86d4955 100644
--- a/x11-toolkits/qt5-gui/Makefile
+++ b/x11-toolkits/qt5-gui/Makefile
@@ -10,7 +10,7 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Qt graphical user interface module
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
- ${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers \
+ ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers \
${LOCALBASE}/include/xf86drm.h:graphics/libdrm \
at-spi2-core>=0:accessibility/at-spi2-core
LIB_DEPENDS= libdbus-1.so:devel/dbus \
@@ -26,7 +26,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
libxcb-render-util.so:x11/xcb-util-renderutil \
libxcb.so:x11/libxcb \
libxkbcommon.so:x11/libxkbcommon
-RUN_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers \
+RUN_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers \
xdg-open:devel/xdg-utils
USES= compiler:c++11-lang gl gnome jpeg localbase \