diff options
Diffstat (limited to 'devel/py-game/Makefile')
-rw-r--r-- | devel/py-game/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile index f127b35f00eb..778f6758b35e 100644 --- a/devel/py-game/Makefile +++ b/devel/py-game/Makefile @@ -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 |