aboutsummaryrefslogtreecommitdiff
path: root/net/slurm/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-11 08:17:39 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-11 08:17:39 +0000
commit5bb67f4cb627101daaf932a429d93f59ec1a07a0 (patch)
treeed74d9e2ce096ada7e504f56cffe3ff8de305c8c /net/slurm/Makefile
parentd543adbaa4b88845d2298764e249f1be0c506fb4 (diff)
Mark BROKEN on 8.x: does not build.
Notes
Notes: svn path=/head/; revision=235570
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>