diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-05-09 07:01:31 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-05-09 10:45:52 -0700 |
commit | 3a4bc541d78b44b5807b30997fbdb3899e980b56 (patch) | |
tree | 5c1a1273972d61d630c1a690623ffc1391eca172 | |
parent | textproc/jaq: Broken on i386 (diff) |
science/mcpl: Broken on i386; Update WWW
Reported by: fallout
-rw-r--r-- | science/mcpl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/science/mcpl/Makefile b/science/mcpl/Makefile index 7022caab1e3d..c9a1ab93c9d6 100644 --- a/science/mcpl/Makefile +++ b/science/mcpl/Makefile @@ -5,11 +5,14 @@ CATEGORIES= science # physics MAINTAINER= yuri@FreeBSD.org COMMENT= Monte Carlo Particle Lists library -WWW= https://mctools.github.io/mcpl/ +WWW= https://mctools.github.io/mcpl/ \ + https://github.com/mctools/mcpl LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= compilation fails, see https://github.com/mctools/mcpl/issues/88 + USES= cmake:testing USE_LDCONFIG= yes |