git: 449396c2d7c9 - main - lang/cython-devel: py27 flavor is no longer needed by the ports tree
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 17:40:23 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=449396c2d7c9ba3b0116d6983c18c42c750262e7 commit 449396c2d7c9ba3b0116d6983c18c42c750262e7 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-20 17:39:58 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-20 17:39:58 +0000 lang/cython-devel: py27 flavor is no longer needed by the ports tree --- lang/cython-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/cython-devel/Makefile b/lang/cython-devel/Makefile index b9d65721f357..f8df0265ac0f 100644 --- a/lang/cython-devel/Makefile +++ b/lang/cython-devel/Makefile @@ -11,7 +11,7 @@ WWW= https://cython.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= compiler:c11 python:2.7+ +USES= compiler:c11 python USE_PYTHON= allflavors autoplist concurrent distutils USE_GITHUB= yes