aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-restructuredtext-lint
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-01 13:30:47 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-01 13:42:24 +0000
commit062b4fed10705e7fbd63fce4b6bd957bfdd42858 (patch)
tree8d8e53682f2f5edeed26f55ca324cc2eb455a374 /textproc/py-restructuredtext-lint
parentcbe9c913f5e7c0d8e783e3be658869b1a2e3f8e0 (diff)
downloadports-062b4fed10705e7fbd63fce4b6bd957bfdd42858.tar.gz
ports-062b4fed10705e7fbd63fce4b6bd957bfdd42858.zip
textproc/py-restructuredtext-lint: Fix build after 51c8c9bdc20f2c5166fa98f9c14b1000a0f199d7
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc/py-restructuredtext-lint')
-rw-r--r--textproc/py-restructuredtext-lint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-restructuredtext-lint/Makefile b/textproc/py-restructuredtext-lint/Makefile
index 4b5e4108ac61..e26d383cf9b1 100644
--- a/textproc/py-restructuredtext-lint/Makefile
+++ b/textproc/py-restructuredtext-lint/Makefile
@@ -9,7 +9,7 @@ COMMENT= reStructuredText linter
LICENSE= UNLICENSE
LICENSE_FILE= ${WRKSRC}/UNLICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.11<1.0:textproc/py-docutils@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.11,1<1.0,1:textproc/py-docutils@${PY_FLAVOR}
USES= python
USE_GITHUB= yes