aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/slbd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/slbd/Makefile b/net/slbd/Makefile
index 052c373d4cc9..d178048dfec6 100644
--- a/net/slbd/Makefile
+++ b/net/slbd/Makefile
@@ -26,4 +26,10 @@ post-install:
cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>