diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-01-14 14:34:38 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-01-14 14:34:38 +0000 |
commit | b53abbd83959f988ae99f8ae807bc05bb3ad1522 (patch) | |
tree | 7e88208d7f7c08c4a9b830625ede3febf611dc92 /textproc/py-sphinxcontrib-adadomain/Makefile | |
parent | ff202802ba0a69ef80e6f4c5351026ae333c3d3e (diff) |
Notes
Diffstat (limited to 'textproc/py-sphinxcontrib-adadomain/Makefile')
-rw-r--r-- | textproc/py-sphinxcontrib-adadomain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-sphinxcontrib-adadomain/Makefile b/textproc/py-sphinxcontrib-adadomain/Makefile index 72f282a2390b..4c030afbcdfc 100644 --- a/textproc/py-sphinxcontrib-adadomain/Makefile +++ b/textproc/py-sphinxcontrib-adadomain/Makefile @@ -13,7 +13,7 @@ COMMENT= Sphinx Adadomain Extension LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PY_SPHINX} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.0,1:textproc/py-sphinx@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils |