diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-07-15 11:37:35 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-07-15 11:37:35 +0000 |
commit | b7ae6bf01ca5fab869272f6fd1450a394a1677ff (patch) | |
tree | 11b24b96bb495135b5653482b8e82cf768508bce /devel/py-game/Makefile | |
parent | 759a8b35fc5bde2be08727b55191e5e913b3d0f7 (diff) | |
download | ports-b7ae6bf01ca5fab869272f6fd1450a394a1677ff.tar.gz ports-b7ae6bf01ca5fab869272f6fd1450a394a1677ff.zip |
Notes
Diffstat (limited to 'devel/py-game/Makefile')
-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> |