From 0b87be553953901718c2e3f778a77f1b87050308 Mon Sep 17 00:00:00 2001 From: arved Date: Mon, 8 Nov 2004 12:07:24 +0000 Subject: Remove support for the sdl_ldbad port. No port should depend on this port. Discussed with: edwin --- Mk/bsd.sdl.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Mk/bsd.sdl.mk') 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 -- cgit