Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2021 16:20:10 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: 8652ee611387 - main - www/py-pelican: Remove PY_PYGMENTS
Message-ID:  <202106201620.15KGKAMX085350@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=8652ee6113878c1b77ca194f7b9fbddc4e2bb147

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

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

diff --git a/www/py-pelican/Makefile b/www/py-pelican/Makefile
index 271edc2b0a93..be5ff05a2808 100644
--- a/www/py-pelican/Makefile
+++ b/www/py-pelican/Makefile
@@ -39,7 +39,7 @@ MARKDOWN_DESC=		Markdown markup language format support
 MARKDOWN_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markdown>=3.1.1:textproc/py-markdown@${PY_FLAVOR}
 
 SYNTAX_DESC=		Syntax Highlighting (via pygments)
-SYNTAX_RUN_DEPENDS=	${PY_PYGMENTS}
+SYNTAX_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR}
 
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test



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