diff options
author | arved <arved@FreeBSD.org> | 2004-11-08 20:07:24 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-11-08 20:07:24 +0800 |
commit | 0b87be553953901718c2e3f778a77f1b87050308 (patch) | |
tree | 4b4830ca118c974904ed4307c7628c9ef9ea912d /Mk/bsd.sdl.mk | |
parent | cc86fb32b40d5c913c971a1c3b7a5ddb978c2d54 (diff) | |
download | freebsd-ports-gnome-0b87be553953901718c2e3f778a77f1b87050308.tar.gz freebsd-ports-gnome-0b87be553953901718c2e3f778a77f1b87050308.tar.zst freebsd-ports-gnome-0b87be553953901718c2e3f778a77f1b87050308.zip |
Remove support for the sdl_ldbad port.
No port should depend on this port.
Discussed with: edwin
Diffstat (limited to 'Mk/bsd.sdl.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 |