diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-08-19 02:17:48 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-08-19 02:19:30 +0000 |
commit | e190f2c69eaa66c76146f14dfb50af2bbb4e5dc3 (patch) | |
tree | f3dbd4ada574cfff5561797f4871343e968ae9bd /net/aluminum/Makefile | |
parent | c0621e2d45405147644d85b7f5fae3ad672bb981 (diff) |
Diffstat (limited to 'net/aluminum/Makefile')
-rw-r--r-- | net/aluminum/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/aluminum/Makefile b/net/aluminum/Makefile index 6a43867bfd20..c13250367caf 100644 --- a/net/aluminum/Makefile +++ b/net/aluminum/Makefile @@ -1,6 +1,6 @@ PORTNAME= Aluminum DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0 +DISTVERSION= 1.4.1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org @@ -18,7 +18,7 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= LLNL -CMAKE_TESTING_ON= ALUMINUM_ENABLE_TESTS # tests fail to build, see https://github.com/LLNL/Aluminum/issues/209 +CMAKE_TESTING_ON= ALUMINUM_ENABLE_TESTS # tests crash, see https://github.com/LLNL/Aluminum/issues/211 LDFLAGS+= -lexecinfo |