svn commit: r562803 - head/devel/py-pudb

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


Author: sunpoet
Date: Tue Jan 26 17:27:52 2021
New Revision: 562803
URL: https://svnweb.freebsd.org/changeset/ports/562803

Log:
  Remove PY_PYGMENTS

Modified:
  head/devel/py-pudb/Makefile

Modified: head/devel/py-pudb/Makefile
==============================================================================
--- head/devel/py-pudb/Makefile	Tue Jan 26 17:27:48 2021	(r562802)
+++ head/devel/py-pudb/Makefile	Tue Jan 26 17:27:52 2021	(r562803)
@@ -14,7 +14,7 @@ COMMENT=	Full-screen, console-based Python debugger
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PY_PYGMENTS} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=1.0:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}urwid>=1.1.1:devel/py-urwid@${PY_FLAVOR}
 
 USES=		python:3.6+


More information about the svn-ports-head mailing list