git: 113cbacee35a - main - devel/py-pycparser: py27 flavor is no longer needed by the ports tree
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Jun 2022 09:03:57 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=113cbacee35a9b7d3dbe969a8d217d5b14e37c1c commit 113cbacee35a9b7d3dbe969a8d217d5b14e37c1c Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2022-06-23 09:03:25 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2022-06-23 09:03:25 +0000 devel/py-pycparser: py27 flavor is no longer needed by the ports tree --- devel/py-pycparser/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-pycparser/Makefile b/devel/py-pycparser/Makefile index 0a8e076a7bac..6083b68d0bfc 100644 --- a/devel/py-pycparser/Makefile +++ b/devel/py-pycparser/Makefile @@ -12,7 +12,7 @@ COMMENT= C parser in Python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:2.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes