aboutsummaryrefslogtreecommitdiff
path: root/math/cadabra2/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-09 23:15:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-05-25 13:55:43 +0000
commit0729af4255a63ee299e0c63a18b6a86520a19e02 (patch)
tree15549679e2da1abfedb505860f7fc7a2ed99a300 /math/cadabra2/Makefile
parente3a7c4e0f345292232b63f31620626b6cf6c19bf (diff)
downloadports-0729af4255a63ee299e0c63a18b6a86520a19e02.tar.gz
ports-0729af4255a63ee299e0c63a18b6a86520a19e02.zip
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013 Differential Revision: https://reviews.freebsd.org/D29418 Exp-run by: antoine Approved by: wen@, no objection from python@ or portmgr@
Diffstat (limited to 'math/cadabra2/Makefile')
-rw-r--r--math/cadabra2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile
index 6307fc6209f8..19fad4bba10e 100644
--- a/math/cadabra2/Makefile
+++ b/math/cadabra2/Makefile
@@ -43,7 +43,7 @@ GUI_VARS= INSTALLS_ICONS=yes
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 3800
+.if ${PYTHON_REL} < 30800
_PY_SONAME= .cpython-${PYTHON_SUFFIX}m
.else
_PY_SONAME= ${PYTHON_EXT_SUFFIX}