diff options
-rw-r--r-- | graphics/blender-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/blender-devel/Makefile b/graphics/blender-devel/Makefile index 6dbcb410bafa..7e3406d075a1 100644 --- a/graphics/blender-devel/Makefile +++ b/graphics/blender-devel/Makefile @@ -38,6 +38,10 @@ CFLAGS+= -O3 -ffast-math .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + pre-everything:: .if !defined(WITH_OPTIMIZED_CFLAGS) @${ECHO_MSG} "You can enable additional compilation optimizations" |