git: f80a19654a44 - main - devel/py-poetry-core: Try to fix build

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 07 May 2023 22:45:55 UTC
The branch main has been updated by sunpoet:

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

commit f80a19654a44654dd495c8c86c9e0c370a4a3c74
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-07 22:44:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-07 22:44:59 +0000

    devel/py-poetry-core: Try to fix build
    
    PR:             270549
---
 devel/py-poetry-core/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-poetry-core/Makefile b/devel/py-poetry-core/Makefile
index 950aaf413f56..be3badddf825 100644
--- a/devel/py-poetry-core/Makefile
+++ b/devel/py-poetry-core/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent pep517
 
-#BINARY_ALIAS=	git=false
+BINARY_ALIAS=	git=false
 NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>