Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2024 16:02:09 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6efd3e1513c3 - main - textproc/py-pygments: Remove useless line in Makefile
Message-ID:  <202408031602.473G29lU075591@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nivit:

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

commit 6efd3e1513c36fa51c22c2299cd97bab4489b811
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2024-08-03 15:57:17 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2024-08-03 16:02:04 +0000

    textproc/py-pygments: Remove useless line in Makefile
    
    Reported by Anton Saietskii <vsasjason@gmail.com> as a comment
    to the (closed) PR 280547.
---
 textproc/py-pygments/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile
index b2441910a97b..2dcb7a8fa040 100644
--- a/textproc/py-pygments/Makefile
+++ b/textproc/py-pygments/Makefile
@@ -19,7 +19,6 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-cov>=4.1.0:devel/py-pytest-cov@${PY_
 
 USES=		cpe python tex
 USE_PYTHON=	autoplist concurrent pep517 pytest
-USES+=		tex
 USE_TEX=	latex:test
 
 CONFLICTS_INSTALL=	py??-pygments-25


home | help

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