git: f7e19b2fb48f - main - devel/py-ply: 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:07:23 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7e19b2fb48fcb0986b231e608857638451fed3b commit f7e19b2fb48fcb0986b231e608857638451fed3b Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2022-06-23 09:07:12 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2022-06-23 09:07:12 +0000 devel/py-ply: py27 flavor is no longer needed by the ports tree --- devel/py-ply/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-ply/Makefile b/devel/py-ply/Makefile index 2bef5b542469..280de00abf1c 100644 --- a/devel/py-ply/Makefile +++ b/devel/py-ply/Makefile @@ -11,7 +11,7 @@ COMMENT= Python Lex-Yacc LICENSE= BSD3CLAUSE -USES= python:2.7+ +USES= python USES+= shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes