diff options
Diffstat (limited to 'science/openmc/Makefile')
-rw-r--r-- | science/openmc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/openmc/Makefile b/science/openmc/Makefile index 9481907cdec7..dd31d577e3d7 100644 --- a/science/openmc/Makefile +++ b/science/openmc/Makefile @@ -1,6 +1,7 @@ PORTNAME= openmc DISTVERSIONPREFIX= v DISTVERSION= 0.15.0 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -12,7 +13,7 @@ WWW= https://openmc.org/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/openmc-dev/openmc/issues/3183 +BROKEN= compilation fails with clang-19, see https://github.com/openmc-dev/openmc/issues/3183 BUILD_DEPENDS= xtensor>0:math/xtensor LIB_DEPENDS= libfmt.so:devel/libfmt \ |