git: 7e1c92076353 - main - devel/py-rapidfuzz: Correct USES=compiler
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Feb 2022 16:25:24 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e1c92076353dd65cd46e225a81d35a7cb18b401 commit 7e1c92076353dd65cd46e225a81d35a7cb18b401 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-02-12 16:24:30 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-02-12 16:25:22 +0000 devel/py-rapidfuzz: Correct USES=compiler --- devel/py-rapidfuzz/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-rapidfuzz/Makefile b/devel/py-rapidfuzz/Makefile index 1ed58f7fae82..f81200a6b0ac 100644 --- a/devel/py-rapidfuzz/Makefile +++ b/devel/py-rapidfuzz/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= compiler:c++11-lang python:3.6+ +USES= compiler:c++14-lang python:3.6+ USE_PYTHON= distutils autoplist post-install: