summaryrefslogtreecommitdiff
path: root/package/games
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-09-01 16:44:06 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-09-01 16:44:06 +0200
commitf38fe3a1a3e4448c2a594615eebf869ca2b13d24 (patch)
tree540c049ebff47c39a026a5ef0f3b00043418d86c /package/games
parent4d664738b036c276d4d2f5238520a1b460d277a2 (diff)
sdl_net: rename back to SDL_net
It turns out that renaming SDL_net to sdl_net (688c388ce765984af2) isn't such a good idea, as the name is also used for the tarball filename to download. Instead go back to use SDL_net again, and simply add an sdl_net alias. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/games')
-rw-r--r--package/games/prboom/prboom.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/games/prboom/prboom.mk b/package/games/prboom/prboom.mk
index 65f48cb1e..02d018ffb 100644
--- a/package/games/prboom/prboom.mk
+++ b/package/games/prboom/prboom.mk
@@ -5,7 +5,7 @@
#############################################################
PRBOOM_VERSION:=2.4.7
-PRBOOM_DEPENDENCIES = sdl sdl_net sdl_mixer
+PRBOOM_DEPENDENCIES = sdl SDL_net sdl_mixer
$(eval $(call AUTOTARGETS,package/games,prboom))