aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/snx101util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/snx101util/Makefile')
-rw-r--r--graphics/snx101util/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/snx101util/Makefile b/graphics/snx101util/Makefile
index b82a718fef95..51d6a1b057e4 100644
--- a/graphics/snx101util/Makefile
+++ b/graphics/snx101util/Makefile
@@ -37,4 +37,10 @@ do-install:
@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile.${component} ${MAKE_ARGS} ${INSTALL_TARGET})
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800064
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>