aboutsummaryrefslogtreecommitdiff
path: root/security/py-certbot
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 /security/py-certbot
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 'security/py-certbot')
-rw-r--r--security/py-certbot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile
index f0c17c5a2469..3b7af0d4c85e 100644
--- a/security/py-certbot/Makefile
+++ b/security/py-certbot/Makefile
@@ -42,7 +42,7 @@ OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT= MANPAGES
MANPAGES_BUILD_DEPENDS= ${RUN_DEPENDS} \
- ${PY_SPHINX} \
+ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}repoze.sphinx.autointerface>0:devel/py-repoze.sphinx.autointerface@${PY_FLAVOR} \