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-sphinx-intl | |
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 'textproc/py-sphinx-intl')
-rw-r--r-- | textproc/py-sphinx-intl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-sphinx-intl/Makefile b/textproc/py-sphinx-intl/Makefile index f15533df1642..2b2167750dbc 100644 --- a/textproc/py-sphinx-intl/Makefile +++ b/textproc/py-sphinx-intl/Makefile @@ -14,7 +14,7 @@ COMMENT= Sphinx-intl translation features LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PY_SPHINX} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}polib>=1.0.6:devel/py-polib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} |