aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-sorl-thumbnail
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-01-14 14:34:38 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-01-14 14:34:38 +0000
commitb53abbd83959f988ae99f8ae807bc05bb3ad1522 (patch)
tree7e88208d7f7c08c4a9b830625ede3febf611dc92 /graphics/py-sorl-thumbnail
parentff202802ba0a69ef80e6f4c5351026ae333c3d3e (diff)
downloadports-b53abbd83959f988ae99f8ae807bc05bb3ad1522.tar.gz
ports-b53abbd83959f988ae99f8ae807bc05bb3ad1522.zip
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 'graphics/py-sorl-thumbnail')
-rw-r--r--graphics/py-sorl-thumbnail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-sorl-thumbnail/Makefile b/graphics/py-sorl-thumbnail/Makefile
index d5be26a7a10e..2022f0c7f489 100644
--- a/graphics/py-sorl-thumbnail/Makefile
+++ b/graphics/py-sorl-thumbnail/Makefile
@@ -30,7 +30,7 @@ OPTIONS_GROUP= CACHING
OPTIONS_SINGLE_IMAGELIB= GRAPHICSMAGICK IMAGEMAGICK PILLOW WAND
OPTIONS_GROUP_CACHING= REDIS
-DOCS_BUILD_DEPENDS= ${PY_SPHINX}
+DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"
GRAPHICSMAGICK_RUN_DEPENDS= ${LOCALBASE}/bin/gm:graphics/GraphicsMagick