git: 5b6e520b71cf - main - cad/xyce: Add test dependency security/ca_root_nss
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jun 2024 11:24:23 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b6e520b71cf344379209af6226feb817c21c15c commit 5b6e520b71cf344379209af6226feb817c21c15c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-23 11:16:33 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-23 11:16:33 +0000 cad/xyce: Add test dependency security/ca_root_nss --- cad/xyce/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cad/xyce/Makefile b/cad/xyce/Makefile index 7ba15d45ac1d..84336207a3ab 100644 --- a/cad/xyce/Makefile +++ b/cad/xyce/Makefile @@ -21,7 +21,8 @@ LIB_DEPENDS= libblas.so:math/blas \ libcolamd.so:math/suitesparse-colamd \ libsuitesparseconfig.so:math/suitesparse-config \ libumfpack.so:math/suitesparse-umfpack -TEST_DEPENDS= git:devel/git \ +TEST_DEPENDS= ca_root_nss>0:security/ca_root_nss \ + git:devel/git \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}