git: de4b547a33bf - main - biology/py-pywgsim: fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jun 2024 08:12:50 UTC
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=de4b547a33bff2efe0ccd8f8a50b3919ae19d4fb commit de4b547a33bff2efe0ccd8f8a50b3919ae19d4fb Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2024-06-07 08:11:35 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2024-06-07 08:11:35 +0000 biology/py-pywgsim: fix build cython dependency not available at post-patch stage. Use post-configure instead Approved by: portmgr (blanket approval) --- biology/py-pywgsim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/py-pywgsim/Makefile b/biology/py-pywgsim/Makefile index 4a7e4880a318..14bc3cbb17ba 100644 --- a/biology/py-pywgsim/Makefile +++ b/biology/py-pywgsim/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plac>=0:devel/py-plac@${PY_FLAVOR} USES= python USE_PYTHON= autoplist cython distutils -post-patch: +post-configure: cython-${PYTHON_VER} ${WRKSRC}/pywgsim/wgsim_lib.pyx .include <bsd.port.mk>