summaryrefslogtreecommitdiffstats
path: root/devel/py-game
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-01-20 21:44:21 +0000
committerkrion <krion@FreeBSD.org>2004-01-20 21:44:21 +0000
commit967a773fbd7e8db0ca83657265e800df8c7c72f1 (patch)
treed2ee5d69d9f82589957b2e33e5a08b9e908f3fb8 /devel/py-game
parent69d03c1a91db6fbfecdfd3c7ade5362e816cb327 (diff)
downloadFreeBSD-ports-967a773fbd7e8db0ca83657265e800df8c7c72f1.zip
FreeBSD-ports-967a773fbd7e8db0ca83657265e800df8c7c72f1.tar.gz
- Use new knobs from bsd.sdl.mk
Approved by: portmgr
Diffstat (limited to 'devel/py-game')
-rw-r--r--devel/py-game/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile
index 886ca96..c537ddb 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
OpenPOWER on IntegriCloud