diff --git a/devel/linux-js/Makefile b/devel/linux-js/Makefile index 2c850415b86b..ebe6de3e2e01 100644 --- a/devel/linux-js/Makefile +++ b/devel/linux-js/Makefile @@ -29,6 +29,10 @@ MAKE_ENV= WITHOUT_DEBUG=yes .include +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + .if !exists(/usr/src/sys/Makefile) IGNORE= requires kernel source files .endif