Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2021 16:20:02 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: f519be98d838 - main - science/abinit: Remove PY_PYGMENTS
Message-ID:  <202106201620.15KGK2p0083833@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=f519be98d8384d9cd6efd25e1f4a08140ac299fb

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

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

diff --git a/science/abinit/Makefile b/science/abinit/Makefile
index cc7e829f3afc..edb261f85711 100644
--- a/science/abinit/Makefile
+++ b/science/abinit/Makefile
@@ -14,7 +14,7 @@ ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
 
 BUILD_DEPENDS=	gm4:devel/m4	\
 		${PYNUMPY}	\
-		${PY_PYGMENTS}	\
+		${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}graphviz>0:graphics/py-graphviz@${PY_FLAVOR}
 LIB_DEPENDS=	libelpa.so:math/elpa		\



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