diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-11 08:17:39 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-11 08:17:39 +0000 |
commit | 5bb67f4cb627101daaf932a429d93f59ec1a07a0 (patch) | |
tree | ed74d9e2ce096ada7e504f56cffe3ff8de305c8c /net/slurm | |
parent | d543adbaa4b88845d2298764e249f1be0c506fb4 (diff) | |
download | ports-5bb67f4cb627101daaf932a429d93f59ec1a07a0.tar.gz ports-5bb67f4cb627101daaf932a429d93f59ec1a07a0.zip |
Notes
Diffstat (limited to 'net/slurm')
-rw-r--r-- | net/slurm/Makefile | 8 |
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> |