git: 821334429149 - main - math/py-numpy: unbreak build with non-default python (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Sat, 28 Feb 2026 21:04:51 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=821334429149b1f0467dbd7134d1faf005948a3d

commit 821334429149b1f0467dbd7134d1faf005948a3d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2026-02-28 20:55:34 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2026-02-28 20:55:34 +0000

    math/py-numpy: unbreak build with non-default python (+)
    
    Reported by:    bulk -t
    Approved by:    portmgr blanket
---
 math/py-numpy/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 5d624eba8237..f74ba6521ab4 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -32,6 +32,8 @@ GCCLIBDIR_CMDS=	${FC} -print-file-name=libgfortran.so | ${SED} -e \
 PYDISTUTILS_CONFIGUREARGS=	--fcompiler=gnu95
 PYDISTUTILS_BUILDARGS=	--fcompiler=gnu95
 
+BINARY_ALIAS=	cython=cython-${PYTHON_VER}
+
 LDFLAGS+=	-s
 PIE_UNSAFE=	yes