aboutsummaryrefslogtreecommitdiffstats
path: root/net/slurm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/slurm/Makefile')
-rw-r--r--net/slurm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/slurm/Makefile b/net/slurm/Makefile
index 404c1cede359..7a1ebdb7d7f8 100644
--- a/net/slurm/Makefile
+++ b/net/slurm/Makefile
@@ -35,4 +35,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800045
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>