Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 17:27:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562803 - head/devel/py-pudb
Message-ID:  <202101261727.10QHRqnd020303@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261727.10QHRqnd020303>