svn commit: r567781 - head/textproc/py-rst2html5
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 7 22:33:00 UTC 2021
Author: sunpoet
Date: Sun Mar 7 22:32:55 2021
New Revision: 567781
URL: https://svnweb.freebsd.org/changeset/ports/567781
Log:
Remove PY_PYGMENTS
Modified:
head/textproc/py-rst2html5/Makefile
Modified: head/textproc/py-rst2html5/Makefile
==============================================================================
--- head/textproc/py-rst2html5/Makefile Sun Mar 7 22:32:49 2021 (r567780)
+++ head/textproc/py-rst2html5/Makefile Sun Mar 7 22:32:55 2021 (r567781)
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0.7:textproc/py-genshi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docutils>=0.14:textproc/py-docutils@${PY_FLAVOR} \
- ${PY_PYGMENTS}
+ ${PYTHON_PKGNAMEPREFIX}pygments>=2.0.2:textproc/py-pygments@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils concurrent autoplist
More information about the svn-ports-all
mailing list