From bc32c0c8486198b2bb1ef7bb8c9baeeb705cd280 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 6 Apr 2024 08:00:10 +0800 Subject: science/libaec: Do not build testing unconditionally PR: 278073 Reported by: diizzy --- science/libaec/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/science/libaec/Makefile b/science/libaec/Makefile index 0db27ff1dc99..16402743db3e 100644 --- a/science/libaec/Makefile +++ b/science/libaec/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake:testing -CMAKE_OFF= AEC_FUZZING +CMAKE_OFF= AEC_FUZZING BUILD_TESTING +CMAKE_TESTING_ON= BUILD_TESTING USE_LDCONFIG= yes .include -- cgit v1.2.3