diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-28 09:42:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-28 09:42:15 +0000 |
commit | 55b83550a6b53317623701ecc1e1cb1ca7828591 (patch) | |
tree | d4edbafc90afc2356c92cf3783f4dd56536af1f3 /science | |
parent | 0f18f269adf102179d0e89dce44f8d5f173d9ee2 (diff) | |
download | ports-55b83550a6b53317623701ecc1e1cb1ca7828591.tar.gz ports-55b83550a6b53317623701ecc1e1cb1ca7828591.zip |
- Does not compile on sparc64
Reported by: krismail
Notes
Notes:
svn path=/head/; revision=136330
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 c614e4f48e58..c21c33a12ac5 100644 --- a/science/mbdyn/Makefile +++ b/science/mbdyn/Makefile @@ -71,4 +71,8 @@ CPPFLAGS+= -I${LOCALBASE}/include/tcl8.4 CONFIGURE_ARGS+= --with-tcl=no .endif +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile" +.endif + .include <bsd.port.post.mk> |