Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2023 08:43:08 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6adf2325e974 - main - biology/py-PySCeS: Fix build by adding USES=localbase:ldflags
Message-ID:  <202312140843.3BE8h87U075393@gitrepo.freebsd.org>

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



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