Hi.
Is there any reason why x11/qt5/qtwebengine RUN_DEPENDS on x11/gtk+3,-cups?
Should we remove it?
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/qt5/qtwebengine/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile 10 Sep 2021 05:35:58 -0000 1.22
+++ Makefile 19 Jan 2022 15:15:25 -0000
@@ -14,7 +14,7 @@ COMMENT = Chromium-based web engine for
# Many parts are copied from www/chromium port, so keep in sync
QT5NAME = QtWebEngine
-REVISION = 4
+REVISION = 5
CATEGORIES = www
@@ -49,7 +49,6 @@ RUN_DEPENDS = devel/desktop-file-utils \
devel/xdg-utils \
fonts/noto/fonts \
graphics/libexif \
- x11/gtk+3,-cups \
x11/gtk+3,-guic
BUILD_DEPENDS = archivers/bzip2 \
--
Antoine