diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-01-14 22:34:38 +0800 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2021-01-14 22:34:38 +0800 |
commit | b53abbd83959f988ae99f8ae807bc05bb3ad1522 (patch) | |
tree | 7e88208d7f7c08c4a9b830625ede3febf611dc92 /textproc/py-hieroglyph | |
parent | ff202802ba0a69ef80e6f4c5351026ae333c3d3e (diff) | |
download | freebsd-ports-gnome-b53abbd83959f988ae99f8ae807bc05bb3ad1522.tar.gz freebsd-ports-gnome-b53abbd83959f988ae99f8ae807bc05bb3ad1522.tar.zst freebsd-ports-gnome-b53abbd83959f988ae99f8ae807bc05bb3ad1522.zip |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093
Diffstat (limited to 'textproc/py-hieroglyph')
-rw-r--r-- | textproc/py-hieroglyph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-hieroglyph/Makefile b/textproc/py-hieroglyph/Makefile index d1cb204bb64a..5a6efcca7e7f 100644 --- a/textproc/py-hieroglyph/Makefile +++ b/textproc/py-hieroglyph/Makefile @@ -12,7 +12,7 @@ COMMENT= Sphinx extension which builds HTML presentations LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PY_SPHINX} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=2.0,1:textproc/py-sphinx@${PY_FLAVOR} USES= python:3.5+ shebangfix USE_PYTHON= autoplist concurrent distutils |