diff options
author | pav <pav@FreeBSD.org> | 2005-06-01 15:49:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-06-01 15:49:33 +0800 |
commit | 04f21b1ee7c85aa95911a37630ed5222e39a4f61 (patch) | |
tree | 0d416bff0e556f333cc83ff4c384e78f5bded0f1 /science | |
parent | 6e96692eb4257510fb77fc711a803da43e8acc08 (diff) | |
download | freebsd-ports-gnome-04f21b1ee7c85aa95911a37630ed5222e39a4f61.tar.gz freebsd-ports-gnome-04f21b1ee7c85aa95911a37630ed5222e39a4f61.tar.zst freebsd-ports-gnome-04f21b1ee7c85aa95911a37630ed5222e39a4f61.zip |
- Mark BROKEN on 4.X
Diffstat (limited to 'science')
-rw-r--r-- | science/mbdyn/Makefile | 4 |
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> |