aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-04 10:16:06 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-04 10:16:06 +0000
commit4cd934827cc3b1990739b87faefec0a88d878853 (patch)
treea19dd20dde8792a4a726322237db9e5f175ff9ae /devel
parent15400bf64032e4a43a36602702bb75fe5a3f6f4f (diff)
downloadports-4cd934827cc3b1990739b87faefec0a88d878853.tar.gz
ports-4cd934827cc3b1990739b87faefec0a88d878853.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/py-game/Makefile2
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