diff --git a/sysutils/fusefs-kmod/Makefile b/sysutils/fusefs-kmod/Makefile index 59f41a306c7c..9bf3f82078a0 100644 --- a/sysutils/fusefs-kmod/Makefile +++ b/sysutils/fusefs-kmod/Makefile @@ -58,6 +58,10 @@ OPTIONS= AUTOSETUP "Automatic global config file setup" off .include +.if (${OSVERSION} >= 800000) +BROKEN= does not build on 8.x +.endif + .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires the Kernel source to be installed. Set SRC_BASE if it is not in /usr/src .endif