Index: security/ktls_isa-l_crypto-kmod/Makefile =================================================================== --- security/ktls_isa-l_crypto-kmod/Makefile +++ security/ktls_isa-l_crypto-kmod/Makefile @@ -33,6 +33,10 @@ IGNORE= requires KTLS support .endif +.if ${OSREL:R} != "13" +IGNORE= is only supported on FreeBSD 13 +.endif + post-extract: ${CP} ${FILESDIR}/* ${WRKSRC}/ ${ECHO} "#include " > ${WRKSRC}/include/stdint.h