Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2021 16:20:04 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: c5a41a06ee79 - main - sysutils/mog: Remove PY_PYGMENTS
Message-ID:  <202106201620.15KGK4na084266@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=c5a41a06ee799edf88b4603be997aa767ebc82b8

commit c5a41a06ee799edf88b4603be997aa767ebc82b8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-20 16:08:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-20 16:16:18 +0000

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

diff --git a/sysutils/mog/Makefile b/sysutils/mog/Makefile
index 8081332415ef..37a4f86907d9 100644
--- a/sysutils/mog/Makefile
+++ b/sysutils/mog/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Different take on the UNIX tool cat
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${PY_PYGMENTS} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mdv>0:devel/py-mdv@${PY_FLAVOR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 



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