diff options
-rw-r--r-- | net/mpich2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 7396a172c8cc..dacec266cf70 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -112,6 +112,10 @@ WITHOUT_JAVA= yo # No package for Java ATM USE_GMAKE= yes .endif +.if ${OSVERSION} < 700000 +BROKEN= Requested timer clock_gettime (POSIX) is not available for ${OSREL} +.endif + .if !defined(NOPORTDOCS) .include "${FILESDIR}/manpages" .endif |