diff options
-rw-r--r-- | Mk/bsd.sdl.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Mk/bsd.sdl.mk b/Mk/bsd.sdl.mk index 76aa34db26ab..8e54d41650d7 100644 --- a/Mk/bsd.sdl.mk +++ b/Mk/bsd.sdl.mk @@ -37,7 +37,7 @@ SDL_Include_MAINTAINER= edwin@FreeBSD.org # # These are the current supported SDL modules # -_USE_SDL_ALL= gfx gui image mixer ldbad mm net sdl sound ttf +_USE_SDL_ALL= gfx gui image mixer mm net sdl sound ttf # # Variables used to determine what is needed: @@ -60,10 +60,6 @@ _VERSION_image= 10 _SUBDIR_image= graphics _REQUIRES_image=sdl -_VERSION_ldbad= 4 -_SUBDIR_ldbad= devel -_REQUIRES_ldbad=sdl - _VERSION_mixer= 2 _SUBDIR_mixer= audio _REQUIRES_mixer=sdl |