1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

science/libaec: Do not build testing unconditionally

PR:		278073
Reported by:	diizzy
This commit is contained in:
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

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>