Date: Sun, 20 Jun 2021 16:19:54 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f52cdf3b2151 - main - devel/py-lineedit: Remove PY_PYGMENTS Message-ID: <202106201619.15KGJsRB081787@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f52cdf3b21512b2ce41e02b91f1dc1d0c3a5cf36 commit f52cdf3b21512b2ce41e02b91f1dc1d0c3a5cf36 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 16:08:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201619.15KGJsRB081787>