summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/lft/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/lft/Makefile b/net/lft/Makefile
index 6dcbb45e8a77..822722dce40d 100644
--- a/net/lft/Makefile
+++ b/net/lft/Makefile
@@ -31,4 +31,10 @@ do-install:
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>