aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-06 00:00:10 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-06 00:00:10 +0000
commitbc32c0c8486198b2bb1ef7bb8c9baeeb705cd280 (patch)
tree1d976e26fec86fb3a80ecaa0540096fc5be1b55e
parent0a652002cc99ac5ad962711ffa1af091ea8728a1 (diff)
downloadports-bc32c0c8486198b2bb1ef7bb8c9baeeb705cd280.tar.gz
ports-bc32c0c8486198b2bb1ef7bb8c9baeeb705cd280.zip
science/libaec: Do not build testing unconditionally
PR: 278073 Reported by: diizzy
-rw-r--r--science/libaec/Makefile3
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.mk>