science/libaec: Do not build testing unconditionally

PR:		278073
Reported by:	diizzy
2024Q2
Po-Chuan Hsieh 2024-04-06 08:00:10 +08:00
parent 0a652002cc
commit bc32c0c848
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 2 additions and 1 deletions

View File

@ -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>