Recognize python2.2.
Submitted by: olgeni
This commit is contained in:
parent
15400bf640
commit
4cd934827c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54198
@ -29,7 +29,7 @@ MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_VERSION} == "python2.1"
|
||||
.if (${PYTHON_VERSION} == "python2.1" || ${PYTHON_VERSION} == "python2.2")
|
||||
PYNUMERIC= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
|
||||
.else
|
||||
PYNUMERIC= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric17
|
||||
|
Loading…
Reference in New Issue
Block a user