diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-10 02:15:37 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-25 16:55:43 +0300 |
commit | 0729af4255a63ee299e0c63a18b6a86520a19e02 (patch) | |
tree | 15549679e2da1abfedb505860f7fc7a2ed99a300 /graphics/py-python-poppler-qt5/Makefile | |
parent | www/geronimo: Ports cannot set WRKDIR. (diff) |
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 'graphics/py-python-poppler-qt5/Makefile')
-rw-r--r-- | graphics/py-python-poppler-qt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-python-poppler-qt5/Makefile b/graphics/py-python-poppler-qt5/Makefile index d78821adfa2c..3460e58409d4 100644 --- a/graphics/py-python-poppler-qt5/Makefile +++ b/graphics/py-python-poppler-qt5/Makefile @@ -25,7 +25,7 @@ PLIST_SUB= _PY_SONAME=${_PY_SONAME} .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} |