diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-08 12:07:24 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-11-08 12:07:24 +0000 |
commit | 8ddef8319bed61d0bbbfb50574815de2d2c94aff (patch) | |
tree | 2fa4269883af1c25677c5a59f2b5d91632c7b25e /Mk | |
parent | 2f12dcb421b051c5597574af3c2dbb3f0752303d (diff) | |
download | ports-8ddef8319bed61d0bbbfb50574815de2d2c94aff.tar.gz ports-8ddef8319bed61d0bbbfb50574815de2d2c94aff.zip |
Notes
Diffstat (limited to 'Mk')
-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 |