git: 416c78aeeb5f - main - science/libaec: Add make test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Dec 2023 09:11:40 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=416c78aeeb5f15dc3d94889be853e92fc6815f1d commit 416c78aeeb5f15dc3d94889be853e92fc6815f1d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-25 09:03:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-25 09:03:13 +0000 science/libaec: Add make test PR: 274436 Submitted by: diizzy --- science/libaec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/libaec/Makefile b/science/libaec/Makefile index 689f49a0dcfb..430ced869eaf 100644 --- a/science/libaec/Makefile +++ b/science/libaec/Makefile @@ -12,7 +12,7 @@ WWW= https://gitlab.dkrz.de/k202009/libaec \ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cmake +USES= cmake:testing CMAKE_OFF= AEC_FUZZING USE_LDCONFIG= yes