diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:44:21 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:44:21 +0000 |
commit | 73d891fa45647c8cf3bf68765dea2db797be5a8b (patch) | |
tree | 9265a4d5f8efd30dda575c35550303d008b78cd9 /devel/py-game | |
parent | 5bd1983326bce0cf0cff43e88e2a567f529ccf9c (diff) | |
download | ports-73d891fa45647c8cf3bf68765dea2db797be5a8b.tar.gz ports-73d891fa45647c8cf3bf68765dea2db797be5a8b.zip |
- Use new knobs from bsd.sdl.mk
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=98678
Diffstat (limited to 'devel/py-game')
-rw-r--r-- | devel/py-game/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile index 886ca96ba88a..c537ddbc18ee 100644 --- a/devel/py-game/Makefile +++ b/devel/py-game/Makefile @@ -15,17 +15,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A module designed to write games in Python BUILD_DEPENDS= ${PYNUMERIC} -LIB_DEPENDS= SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - smpeg.1:${PORTSDIR}/multimedia/smpeg +LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg RUN_DEPENDS= ${PYNUMERIC} -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - +USE_SDL= ttf image mixer sdl USE_PYTHON= yes USE_PYDISTUTILS= yes -MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}" do-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} config.py |