Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2023 22:45:55 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: f80a19654a44 - main - devel/py-poetry-core: Try to fix build
Message-ID:  <202305072245.347Mjt7u090253@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=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>



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