git: 7daaa468be90 - main - science/py-ncrystal: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Nov 2023 23:31:45 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7daaa468be90031dbd265b06b6f2654c0a7acf43 commit 7daaa468be90031dbd265b06b6f2654c0a7acf43 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-11-08 22:33:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-11-08 23:31:42 +0000 science/py-ncrystal: Add missing dependency --- science/py-ncrystal/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/py-ncrystal/Makefile b/science/py-ncrystal/Makefile index 30c4fcf6b840..b3349d1ca695 100644 --- a/science/py-ncrystal/Makefile +++ b/science/py-ncrystal/Makefile @@ -1,6 +1,7 @@ PORTNAME= ncrystal DISTVERSIONPREFIX= v DISTVERSION= 3.7.1 +PORTREVISION= 1 CATEGORIES= science # physics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +16,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} \ cmake:devel/cmake-core +RUN_DEPENDS= ${PYNUMPY} USES= python USE_PYTHON= pep517 autoplist