aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-04-07 20:12:13 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-04-07 20:13:04 +0000
commit16770c54b821fd3b610194e66abf68c24039ed7e (patch)
tree6c9867e5e6b3331c1b54ee967a558b7333b528be
parent5a339db7216b160e1bc512039ff8f710a84ec984 (diff)
downloadports-16770c54b821fd3b610194e66abf68c24039ed7e.tar.gz
ports-16770c54b821fd3b610194e66abf68c24039ed7e.zip
x11-toolkits/qt5-gui: restore mesa-dri dependency until exp-run
This reverts commit 020693c166d18f55c760793095996f470d434474. PR: 266007
-rw-r--r--x11-toolkits/qt5-gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile
index ce2af9d1c15a..b88214695abf 100644
--- a/x11-toolkits/qt5-gui/Makefile
+++ b/x11-toolkits/qt5-gui/Makefile
@@ -1,6 +1,5 @@
PORTNAME= gui
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
-PORTREVISION= 1
CATEGORIES= x11-toolkits graphics
PKGNAMEPREFIX= qt5-
@@ -29,6 +28,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
libxcb.so:x11/libxcb \
libxkbcommon.so:x11/libxkbcommon
RUN_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers \
+ ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri \
xdg-open:devel/xdg-utils
USES= compiler:c++11-lang gl gnome jpeg localbase \