git: 6e51c61603ea - main - math/py-clingcon: Correct cmake dependency

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 14 Sep 2022 05:00:41 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6e51c61603ea634d85f862175041480aac865c69

commit 6e51c61603ea634d85f862175041480aac865c69
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-14 05:00:24 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-14 05:00:24 +0000

    math/py-clingcon: Correct cmake dependency
---
 math/py-clingcon/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-clingcon/Makefile b/math/py-clingcon/Makefile
index 304482893ad6..fce2477ecacb 100644
--- a/math/py-clingcon/Makefile
+++ b/math/py-clingcon/Makefile
@@ -11,7 +11,7 @@ WWW=		https://potassco.org/clingcon/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-BUILD_DEPENDS=	cmake:devel/cmake \
+BUILD_DEPENDS=	cmake:devel/cmake-core \
 		${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}clingo>0:math/py-clingo@${PY_FLAVOR}