git: 603196947f79 - main - devel/libcjson: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Oct 2024 14:40:59 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=603196947f790703ffb614610327acf209f41233 commit 603196947f790703ffb614610327acf209f41233 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-29 14:18:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-29 14:38:29 +0000 devel/libcjson: Cosmetic change --- devel/libcjson/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/devel/libcjson/Makefile b/devel/libcjson/Makefile index c05e3c46f6d7..5785c0d1bf2c 100644 --- a/devel/libcjson/Makefile +++ b/devel/libcjson/Makefile @@ -28,15 +28,16 @@ CMAKE_ON= BUILD_SHARED_AND_STATIC_LIBS \ ENABLE_LOCALES \ ENABLE_PUBLIC_SYMBOLS \ ENABLE_TARGET_EXPORT -CMAKE_TESTING_ON= ENABLE_CJSON_TEST \ - ENABLE_SAFE_STACK +CMAKE_TESTING_ON= \ + ENABLE_CJSON_TEST \ + ENABLE_SAFE_STACK USE_CSTD= c11 USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} +USE_GITHUB= yes GH_ACCOUNT= DaveGamble GH_PROJECT= cJSON -USE_GITHUB= yes .include <bsd.port.mk>