Re: git: 88dba141c39d - main - graphics/fractgen: Update to 3.0.2

From: Max Brazhnikov <makc_at_freebsd.org>
Date: Wed, 19 Feb 2025 21:04:23 UTC
Hi

> +LIB_DEPENDS=   libGLX.so:graphics/libglvnd
'USE_GL=gl' pulls graphics/libglvnd already.

> +USES=          cmake compiler:c++17-lang desktop-file-utils gl qt:6 \
> +               shared-mime-info tar:xz
> +USE_GL=                gl opengl
> +USE_QT=                base tools
'USE_QT=tools:build' unless you really need runtime dependence on Qt build tools.

Cheers,
Max