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

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

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

commit 446080c1d0fe12b31c5fb6229d24f6203ce879a2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-07 21:13:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-07 21:13:31 +0000

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

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