aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-06-13 23:46:12 +0800
committererwin <erwin@FreeBSD.org>2009-06-13 23:46:12 +0800
commite2091bb5fdf8f2bf4a2a9b4191860935afea3d8b (patch)
tree0d35c4f04a989dd28e4c47adb5485cdfa5c90039 /games
parent4eeb363f4b82748a54b594f281e4e6bf6098daa9 (diff)
downloadfreebsd-ports-e2091bb5fdf8f2bf4a2a9b4191860935afea3d8b.tar.gz
freebsd-ports-e2091bb5fdf8f2bf4a2a9b4191860935afea3d8b.tar.zst
freebsd-ports-e2091bb5fdf8f2bf4a2a9b4191860935afea3d8b.zip
Remove DSL option as the port it depends on is about to be removed.
Diffstat (limited to 'games')
-rw-r--r--games/balazarbrothers/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/games/balazarbrothers/Makefile b/games/balazarbrothers/Makefile
index e22d08f6159c..056abaf8a774 100644
--- a/games/balazarbrothers/Makefile
+++ b/games/balazarbrothers/Makefile
@@ -35,8 +35,7 @@ PYDISTUTILS_PKGNAME= BalazarBrothers
PYDISTUTILS_EGGINFODIR= ${PREFIX}/share
DATADIR= share/balazar_brothers
-OPTIONS= OPENAL "Use openal sound system" on \
- SDL "Use sdl sound system" off
+OPTIONS= OPENAL "Use openal sound system" on
.include <bsd.port.pre.mk>
@@ -44,10 +43,6 @@ OPTIONS= OPENAL "Use openal sound system" on \
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_openal.so:${PORTSDIR}/audio/py-openal
.endif
-.if defined(WITH_SDL)
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pysdl_mixer/sdl_mixer.so:${PORTSDIR}/audio/py-sdl_mixer
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/setup.cfg