diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-28 19:20:45 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-28 19:20:45 +0000 |
commit | 7683e284a96dfae098f3014409db2c2457f25d95 (patch) | |
tree | f88fa17eb7107a4c9a682f6bf9745cec26d081e5 /cad | |
parent | 9169883b50af45ea3dfc81d4c7d02cabf59200bb (diff) |
Mark broken: checksum and size mismatch
Reported by: pkg-fallout and Pierre Smars
PR: ports/187440
Notes
Notes:
svn path=/head/; revision=349445
Diffstat (limited to 'cad')
-rw-r--r-- | cad/calculix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile index ab147cb28d3b..7148b0c83ad8 100644 --- a/cad/calculix/Makefile +++ b/cad/calculix/Makefile @@ -21,6 +21,8 @@ COMMENT= A Three-Dimensional Structural Finite Element Program LICENSE= GPLv2 +BROKEN= Checksum and size mismatch + LIB_DEPENDS= libarpack.so:${PORTSDIR}/math/arpack \ libspooles.so:${PORTSDIR}/math/spooles \ libtaucs.so:${PORTSDIR}/math/taucs |