Re: git: 163c60305063 - main - x11/xscreensaver: Update to 6.05

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Thu, 24 Nov 2022 12:58:21 UTC
On Thu, Nov 24, 2022 at 12:52:41PM +0000, Felix Palmen wrote:
> commit 163c6030506313e42ca8f1e967e5e88489bd8a1b
> 
>   x11/xscreensaver: Update to 6.05
> 
>   Changelog:
>     - X11: GTK 3 is now required.
> ...
> -@@ -3986,7 +3986,7 @@ fi
> +@@ -2822,7 +2822,7 @@ if test "$with_gtk" = yes; then
> + 
> +   GTK_DATADIR=""
> +   if test "$have_gtk" = yes; then
> +-    GTK_DATADIR=`$pkg_config --variable=prefix gtk+-2.0`
> ++    GTK_DATADIR=`$pkg_config --variable=prefix gtk+-3.0`

Looks like it is not required originally, but you made it require it.
If that's the case and the program can indeed work with GTK2, please
use it by default or at least make it selectable via option.

./danfe