Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Nov 2023 23:31:45 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: 7daaa468be90 - main - science/py-ncrystal: Add missing dependency
Message-ID:  <202311082331.3A8NVjo4058992@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=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



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