aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 16:08:20 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 16:16:16 +0000
commitd601a3701bf25173711b0eac505c0cfed905c13e (patch)
tree19728dc85fbfcdb468d8848bdcab3149d3a48093
parentf52cdf3b21512b2ce41e02b91f1dc1d0c3a5cf36 (diff)
downloadports-d601a3701bf25173711b0eac505c0cfed905c13e.tar.gz
ports-d601a3701bf25173711b0eac505c0cfed905c13e.zip
devel/py-mdv: Remove PY_PYGMENTS
With hat: python
-rw-r--r--devel/py-mdv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-mdv/Makefile b/devel/py-mdv/Makefile
index 266c2fca0f0c..6eb267b4b9c8 100644
--- a/devel/py-mdv/Makefile
+++ b/devel/py-mdv/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>0:devel/py-docopt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>0:devel/py-docopt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR} \
- ${PY_PYGMENTS} \
+ ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}