git: f52cdf3b2151 - main - devel/py-lineedit: Remove PY_PYGMENTS

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 20 16:20:03 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f52cdf3b21512b2ce41e02b91f1dc1d0c3a5cf36

commit f52cdf3b21512b2ce41e02b91f1dc1d0c3a5cf36
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-20 16:08:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-20 16:16:16 +0000

    devel/py-lineedit: Remove PY_PYGMENTS
    
    With hat:       python
---
 devel/py-lineedit/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-lineedit/Makefile b/devel/py-lineedit/Makefile
index 11bb06a60250..694e4a87a6a7 100644
--- a/devel/py-lineedit/Makefile
+++ b/devel/py-lineedit/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Readline library based on prompt_toolkit which supports multiple modes
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PY_PYGMENTS} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wcwidth>0:devel/py-wcwidth@${PY_FLAVOR}
 


More information about the dev-commits-ports-all mailing list