Date: Sun, 23 Jun 2024 11:24:23 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: 5b6e520b71cf - main - cad/xyce: Add test dependency security/ca_root_nss Message-ID: <202406231124.45NBON5A016635@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=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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406231124.45NBON5A016635>