diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-04 10:16:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-04 10:16:06 +0000 |
commit | 4cd934827cc3b1990739b87faefec0a88d878853 (patch) | |
tree | a19dd20dde8792a4a726322237db9e5f175ff9ae /devel/py-game | |
parent | 15400bf64032e4a43a36602702bb75fe5a3f6f4f (diff) | |
download | ports-4cd934827cc3b1990739b87faefec0a88d878853.tar.gz ports-4cd934827cc3b1990739b87faefec0a88d878853.zip |
Notes
Diffstat (limited to 'devel/py-game')
-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 |