Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2022 05:00:41 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6e51c61603ea - main - math/py-clingcon: Correct cmake dependency
Message-ID:  <202209140500.28E50f2A003019@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209140500.28E50f2A003019>