summaryrefslogtreecommitdiff
path: root/package/games
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-08-29 17:21:52 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-08-29 17:21:52 +0200
commit8ed829a179176bcfc0f74d46e19a74ad2cf2d8ad (patch)
tree06d9ef0af55556638d8df34b768e30b44e38984e /package/games
parent688c388ce765984af224155feb465edbb02468d0 (diff)
buildroot: fix remaining references to SDL_net instead of sdl_net
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 02d018ffb..65f48cb1e 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))