git: 6adf2325e974 - main - biology/py-PySCeS: Fix build by adding USES=localbase:ldflags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Dec 2023 08:43:08 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6adf2325e974a50a3a721094c606273837cc8ec0 commit 6adf2325e974a50a3a721094c606273837cc8ec0 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-12-14 08:42:00 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-12-14 08:43:06 +0000 biology/py-PySCeS: Fix build by adding USES=localbase:ldflags Reported by: fallout --- biology/py-PySCeS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/py-PySCeS/Makefile b/biology/py-PySCeS/Makefile index bccb0f21ac85..5ca807f6ded2 100644 --- a/biology/py-PySCeS/Makefile +++ b/biology/py-PySCeS/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_ RUN_DEPENDS= ${PY_DEPENDS} \ ${PY_EXTRA} -USES= fortran python +USES= fortran localbase:ldflags python USE_PYTHON= distutils autoplist pytest LDFLAGS+= -lpython${PYTHON_VER} -shared # see https://github.com/PySCeS/pysces/issues/29