diff options
Diffstat (limited to 'textproc/py-sphinx-issues')
-rw-r--r-- | textproc/py-sphinx-issues/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-sphinx-issues/Makefile b/textproc/py-sphinx-issues/Makefile index eb46fe2dac21..75fc58baf4a7 100644 --- a/textproc/py-sphinx-issues/Makefile +++ b/textproc/py-sphinx-issues/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PY_SPHINX} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils .include <bsd.port.mk> |