diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-01 07:49:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-01 07:49:33 +0000 |
commit | ade5a98fc6eed4317b62d27627a502fd34c5115f (patch) | |
tree | 9cf11de062b1df431f988460c95c6bfc46d0dcb1 /science/mbdyn/Makefile | |
parent | 3c6bec882edcccccf7dc412709b8f376beeaab9a (diff) | |
download | ports-ade5a98fc6eed4317b62d27627a502fd34c5115f.tar.gz ports-ade5a98fc6eed4317b62d27627a502fd34c5115f.zip |
- Mark BROKEN on 4.X
Notes
Notes:
svn path=/head/; revision=136583
Diffstat (limited to 'science/mbdyn/Makefile')
-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> |