Date: Fri, 31 Mar 2023 17:52:05 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: 40c6755917eb - main - math/py-clingo: Add missing dependeency py-cffi Message-ID: <202303311752.32VHq5ol074116@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=40c6755917eb23235b96595da09dabe198abf352 commit 40c6755917eb23235b96595da09dabe198abf352 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-03-31 17:51:26 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-31 17:51:26 +0000 math/py-clingo: Add missing dependeency py-cffi --- math/py-clingo/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/py-clingo/Makefile b/math/py-clingo/Makefile index e5cef632449d..19fb40168268 100644 --- a/math/py-clingo/Makefile +++ b/math/py-clingo/Makefile @@ -1,5 +1,6 @@ PORTNAME= clingo DISTVERSION= 5.6.2 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md 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} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} USES= compiler:c++14-lang python:3.6+ USE_PYTHON= distutils autoplist unittest
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303311752.32VHq5ol074116>