sysutils/swtpm: Fix incorrect rcorder requirement
If we add 'swtpm_enable="YES"' in /etc/rc.conf*, it fails to start with this error:
Starting SWTPM config tpm ...ld-elf.so.1: Shared object "libfuse.so.2" not found, required by "swtpm"
Add a proper "REQUIRE" line in the rc script to fix it.
PR: 284626
Approved by: meka@tilda.center (maintainer)