git: 1c7506f5e599 - main - textproc/nuspell: Remove CMAKE_TESTING_ON

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 07 Oct 2024 14:23:57 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1c7506f5e5999f3eb6a80b00db75369ac17fdba8

commit 1c7506f5e5999f3eb6a80b00db75369ac17fdba8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-07 13:51:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-07 14:16:42 +0000

    textproc/nuspell: Remove CMAKE_TESTING_ON
    
    CMAKE_TESTING_ON defaults to BUILD_TESTING.
---
 textproc/nuspell/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/textproc/nuspell/Makefile b/textproc/nuspell/Makefile
index 66b15b95884b..17029a5bbd7a 100644
--- a/textproc/nuspell/Makefile
+++ b/textproc/nuspell/Makefile
@@ -16,9 +16,8 @@ TEST_DEPENDS=	catch2>=3.1.1:devel/catch2
 
 USES=		cmake:testing compiler:c++17-lang
 
-CMAKE_ON=	BUILD_SHARED_LIBS BUILD_TOOLS
 CMAKE_OFF=	BUILD_TESTING
-CMAKE_TESTING_ON=	BUILD_TESTING
+CMAKE_ON=	BUILD_SHARED_LIBS BUILD_TOOLS
 USE_LDCONFIG=	yes
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}