From b61703c49ef21807aeb9ce054cd85bb92ff68d0b Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 23 Aug 2022 22:51:48 +0000 Subject: [PATCH] x11-toolkits/qt5-gui: drop mesa-dri dependency (optional at runtime) This reverts commit 48249f104e80680f36280b54657528c9d7af120b. PR: 266007 Approved by: tcberner Exp-run by: antoine --- x11-toolkits/qt5-gui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile index b88214695abfd..ce2af9d1c15ac 100644 --- a/x11-toolkits/qt5-gui/Makefile +++ b/x11-toolkits/qt5-gui/Makefile @@ -1,5 +1,6 @@ PORTNAME= gui PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} +PORTREVISION= 1 CATEGORIES= x11-toolkits graphics PKGNAMEPREFIX= qt5- @@ -28,7 +29,6 @@ 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 \