aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-08-23 22:51:48 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-04-07 19:27:52 +0000
commit020693c166d18f55c760793095996f470d434474 (patch)
tree23c3dde678124bdc77b15b6be7e3cd237bf8e25b
parent974e0ac3d27f933fb3c2c74b02a974c99499f3c9 (diff)
downloadports-020693c166d18f55c760793095996f470d434474.tar.gz
ports-020693c166d18f55c760793095996f470d434474.zip
x11-toolkits/qt5-gui: drop mesa-dri dependency (optional at runtime)
This reverts commit 48249f104e80680f36280b54657528c9d7af120b. PR: 266007 Approved by: tcberner
-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 b88214695abf..ce2af9d1c15a 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 \