aboutsummaryrefslogtreecommitdiff
path: root/science/mbdyn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/mbdyn/Makefile')
-rw-r--r--science/mbdyn/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/science/mbdyn/Makefile b/science/mbdyn/Makefile
index c21c33a12ac5..470b519ed003 100644
--- a/science/mbdyn/Makefile
+++ b/science/mbdyn/Makefile
@@ -75,4 +75,8 @@ CONFIGURE_ARGS+= --with-tcl=no
BROKEN= "Does not compile"
.endif
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile"
+.endif
+
.include <bsd.port.post.mk>