Re: git: 6242fdaa8ded - main - security/keepassxc: Disable Yubikey option by default

From: Gleb Popov <arrowd_at_freebsd.org>
Date: Thu, 18 Sep 2025 05:27:58 UTC
On Wed, Sep 17, 2025 at 10:48 PM Li-Wen Hsu <lwhsu@freebsd.org> wrote:
>
> +.include <bsd.port.options.mk>
> +
> +.if ${OSVERSION} >= 1500000
> +OPTIONS_DEFAULT+=      YUBIKEY
> +.endif

Does this really work? Changing OPTIONS_DEFAULT after the
bsd.port.options.mk inclusion? It feels like it should and you instead
should do

.include <bsd.port.pre.mk>