Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2025 19:28:54 +0000
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: 656a1fd9873d - main - graphics/py-agx-emulsion: Fix build by correcting the dependency line
Message-ID:  <6920bd76.2a854.561c1794@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=656a1fd9873dfa171405fdc3761a1dccb3270fa6

commit 656a1fd9873dfa171405fdc3761a1dccb3270fa6
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-11-21 19:28:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-11-21 19:28:49 +0000

    graphics/py-agx-emulsion: Fix build by correcting the dependency line
    
    Reported by:    fallout
---
 graphics/py-agx-emulsion/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/py-agx-emulsion/Makefile b/graphics/py-agx-emulsion/Makefile
index 23e8219a7d17..b0e71f013696 100644
--- a/graphics/py-agx-emulsion/Makefile
+++ b/graphics/py-agx-emulsion/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openimageio>0:graphics/py-openimageio@${PY_F
 		${PYTHON_PKGNAMEPREFIX}numba>=0.61.0:devel/py-numba@${PY_FLAVOR} \
 		${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}opt-einsum>=3.4.0:math/py-opt-einsum@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyfftw>=0.15.0:math/py-pyFFTW@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyFFTW>=0.15.0:math/py-pyFFTW@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-image>0:graphics/py-scikit-image@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.14.1:science/py-scipy@${PY_FLAVOR}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6920bd76.2a854.561c1794>