svn commit: r562843 - head/textproc/py-docutils

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 26 17:38:33 UTC 2021


Author: sunpoet
Date: Tue Jan 26 17:38:28 2021
New Revision: 562843
URL: https://svnweb.freebsd.org/changeset/ports/562843

Log:
  Remove PY_PYGMENTS

Modified:
  head/textproc/py-docutils/Makefile

Modified: head/textproc/py-docutils/Makefile
==============================================================================
--- head/textproc/py-docutils/Makefile	Tue Jan 26 17:38:23 2021	(r562842)
+++ head/textproc/py-docutils/Makefile	Tue Jan 26 17:38:28 2021	(r562843)
@@ -22,7 +22,8 @@ PORTSCOUT=	limit:^[0-9\.]*$$
 
 OPTIONS_DEFINE=	PYGMENTS
 PYGMENTS_DESC=	Syntax highlighting
-PYGMENTS_RUN_DEPENDS=	${PY_PYGMENTS}
+
+PYGMENTS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR}
 
 SCRIPTS=	rst2html rst2latex rst2man rst2odt rst2odt_prepstyles \
 		rst2pseudoxml rst2s5 rst2xetex rst2xml rstpep2html


More information about the svn-ports-head mailing list