diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-22 01:05:24 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-22 01:06:52 +0000 |
commit | 759bfaa193f1826a07cac911bc3384ad17b2ec7e (patch) | |
tree | 46007c6a7cd2d0f803be7b24d8ea51ee2eec0945 | |
parent | fddf20e3f594749e52ae39ad4b001d84846b62e6 (diff) |
-rw-r--r-- | science/tinker/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/tinker/Makefile b/science/tinker/Makefile index c5b9b72ff278..396c1714d38e 100644 --- a/science/tinker/Makefile +++ b/science/tinker/Makefile @@ -13,6 +13,8 @@ LICENSE_NAME= TINKER license agreement LICENSE_FILE= ${WRKSRC}/doc/license.pdf LICENSE_PERMS= auto-accept # internal academic purposes only, no commercial use +BROKEN= fetch fails: the server with the tarball crashed in St Luis + LIB_DEPENDS= libfftw3.so:math/fftw3 USES= fortran gmake |