aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-05 01:56:59 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-05 02:00:24 +0000
commit724f68fe439e5bbed4588307043e08ab888d2fc9 (patch)
treec787cc9c85ca2d16c010d4282d797634a88a3fb0
parentb0ad25515dfa70270d4dce3a619d8380bca8b3b6 (diff)
downloadports-724f68fe439e5bbed4588307043e08ab888d2fc9.tar.gz
ports-724f68fe439e5bbed4588307043e08ab888d2fc9.zip
net-p2p/py-vertex: Update version requirement of RUN_DEPENDS
-rw-r--r--net-p2p/py-vertex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/py-vertex/Makefile b/net-p2p/py-vertex/Makefile
index ccc7a3262b0f..1bd8b883306d 100644
--- a/net-p2p/py-vertex/Makefile
+++ b/net-p2p/py-vertex/Makefile
@@ -14,7 +14,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}epsilon>=0:devel/py-epsilon@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}openssl>=0,1:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
USES= python