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 /devel/py-python-gitlab/Makefile | |
parent | math/ceres-solver: Use latest Sphinx version (diff) |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093
Notes
Notes:
svn path=/head/; revision=561562
Diffstat (limited to 'devel/py-python-gitlab/Makefile')
-rw-r--r-- | devel/py-python-gitlab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-python-gitlab/Makefile b/devel/py-python-gitlab/Makefile index 7fab55af37a2..c899bb6033b7 100644 --- a/devel/py-python-gitlab/Makefile +++ b/devel/py-python-gitlab/Makefile @@ -27,7 +27,7 @@ OPTIONS_DEFINE= AUTOCOMPLETE DOCS YAML AUTOCOMPLETE_DESC= Autocompletion via argcomplete AUTOCOMPLETE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=1.10.0<2:devel/py-argcomplete@${PY_FLAVOR} -DOCS_BUILD_DEPENDS= ${PY_SPHINX} \ +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.7.6,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} DOCS_PORTDOCS= * DOCS_VARS= PYDISTUTILS_BUILD_TARGET=build_sphinx \ |