diff options
Diffstat (limited to 'graphics/inventor/Makefile')
-rw-r--r-- | graphics/inventor/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index 14e2a28d595..51beb5cfae0 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -149,6 +149,10 @@ MAN3= SoAction.3iv SoCallbackAction.3iv SoGLRenderAction.3iv \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + post-patch: @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g ;\ s|%%CXX%%|${CXX}|g ; \ |