diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2022-11-25 08:05:01 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2022-11-25 08:05:01 +0000 |
commit | e80ee707df5f13b726afe51ab24cfd660fd44f2e (patch) | |
tree | 5e432242c855b52c700c0e57db98d513e648f011 | |
parent | aa8c9caeb8268c95bb40c33d188c76999611c9ef (diff) | |
download | ports-e80ee707df5f13b726afe51ab24cfd660fd44f2e.tar.gz ports-e80ee707df5f13b726afe51ab24cfd660fd44f2e.zip |
devel/oci-cli: fix depends and unbreak the ports tree
-rw-r--r-- | devel/oci-cli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/oci-cli/Makefile b/devel/oci-cli/Makefile index 3e3cbefa4c7f..f87f8f59be2d 100644 --- a/devel/oci-cli/Makefile +++ b/devel/oci-cli/Makefile @@ -18,7 +18,7 @@ LICENSE_PERMS_UPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=1.0.0:devel/py-arrow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click7>=7.1.2:devel/py-click@7${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click7>=7.1.2:devel/py-click7@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>=3.2.1:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.5.3:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.10.0:devel/py-jmespath@${PY_FLAVOR} \ |