git: 38b4281d1bd8 - main - net-p2p/reticulum: Add additional run dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Feb 2023 14:45:26 UTC
The branch main has been updated by cs: URL: https://cgit.FreeBSD.org/ports/commit/?id=38b4281d1bd8fe4a008fb78602430b60200e7570 commit 38b4281d1bd8fe4a008fb78602430b60200e7570 Author: Carlo Strub <cs@FreeBSD.org> AuthorDate: 2023-02-25 14:45:06 +0000 Commit: Carlo Strub <cs@FreeBSD.org> CommitDate: 2023-02-25 14:45:06 +0000 net-p2p/reticulum: Add additional run dependencies --- net-p2p/reticulum/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-p2p/reticulum/Makefile b/net-p2p/reticulum/Makefile index 04db957b30f5..0087698f0e48 100644 --- a/net-p2p/reticulum/Makefile +++ b/net-p2p/reticulum/Makefile @@ -10,7 +10,9 @@ WWW= https://reticulum.network/ LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>=0:net/py-netifaces@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}netifaces>=0:net/py-netifaces@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} USES= python:3.4+ USE_PYTHON= distutils