1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

math/py-clingcon: Correct cmake dependency

This commit is contained in:
Yuri Victorovich 2022-09-13 22:00:24 -07:00
parent 8ce4d0fc81
commit 6e51c61603

View File

@ -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}