git: 40c6755917eb - main - math/py-clingo: Add missing dependeency py-cffi
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Mar 2023 17:52:05 UTC
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