diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-01-14 14:16:16 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-01-14 14:16:16 +0000 |
commit | bde2e1fae2028bcd94d6297754c77f2ce0add68c (patch) | |
tree | 301d1de468d55873a7e1addd0ad983df8e91aabf | |
parent | www/rtv: Mark as deprecated and set an expiry date (diff) |
devel/py-pyinstaller: Use latest Sphinx version
Notes
Notes:
svn path=/head/; revision=561559
-rw-r--r-- | devel/py-pyinstaller/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-pyinstaller/Makefile b/devel/py-pyinstaller/Makefile index 4d2a0d14fd21..e3ab856d84bf 100644 --- a/devel/py-pyinstaller/Makefile +++ b/devel/py-pyinstaller/Makefile @@ -28,7 +28,8 @@ OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx18>0:textproc/py-sphinx18@${PY_FLAVOR} +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} DOCS_MAKE_ARGS= SPHINXBUILD=sphinx-build-${PYTHON_VER} DOCS_USES= gmake MANPAGES_BUILD_DEPENDS= ${DOCS_BUILD_DEPENDS} |