git: 464cc5f46e33 - main - graphics/qt6-3d: remove unused variable after fca135644fd0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 May 2023 21:27:16 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=464cc5f46e339a5ee09e6dbf52320f9619a3b8e6 commit 464cc5f46e339a5ee09e6dbf52320f9619a3b8e6 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-05-19 21:12:57 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-05-19 21:24:24 +0000 graphics/qt6-3d: remove unused variable after fca135644fd0 stage-qa didn't detect any X11 libraries in use despite being indirectly installed by other dependencies. Reported by: portscan --- graphics/qt6-3d/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/graphics/qt6-3d/Makefile b/graphics/qt6-3d/Makefile index e04302a81fa9..411876792125 100644 --- a/graphics/qt6-3d/Makefile +++ b/graphics/qt6-3d/Makefile @@ -36,7 +36,6 @@ USES= cmake compiler:c++17-lang gettext-runtime gl gnome python:build \ USE_GL= gl USE_GNOME= glib20 USE_QT= base declarative shadertools -USE_XORG= x11 xau xcb xdmcp USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} .include <bsd.port.mk>