Date: Fri, 7 Jun 2024 08:12:50 GMT From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: de4b547a33bf - main - biology/py-pywgsim: fix build Message-ID: <202406070812.4578CoID011493@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406070812.4578CoID011493>