diff options
author | tg <tg@FreeBSD.org> | 2002-07-15 19:37:35 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2002-07-15 19:37:35 +0800 |
commit | 30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3 (patch) | |
tree | 2ddc11cb0d2b59ccd8eeb832d551757d59234c8f /devel/py-game | |
parent | 43fcff6edce8c91fea8769328f4ee16e0815ab04 (diff) | |
download | freebsd-ports-gnome-30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3.tar.gz freebsd-ports-gnome-30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3.tar.zst freebsd-ports-gnome-30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3.zip |
Use $PYNUMERIC in the dependencies.
Diffstat (limited to 'devel/py-game')
-rw-r--r-- | devel/py-game/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile index 576f21b953be..3e75d11b6b74 100644 --- a/devel/py-game/Makefile +++ b/devel/py-game/Makefile @@ -26,14 +26,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}" -.include <bsd.port.pre.mk> - -.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 -.endif - do-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} config.py @@ -47,4 +39,4 @@ post-install: ${TAR} --unlink -C ${PREFIX}/share/doc/py-game -xf - .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |