Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2023 21:20:34 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 446080c1d0fe - main - devel/py-poetry-core: Try to fix build
Message-ID:  <202305072120.347LKYi1049320@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305072120.347LKYi1049320>