summaryrefslogtreecommitdiff
path: root/Mk/bsd.sdl.mk
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-11-08 12:07:24 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-11-08 12:07:24 +0000
commit8ddef8319bed61d0bbbfb50574815de2d2c94aff (patch)
tree2fa4269883af1c25677c5a59f2b5d91632c7b25e /Mk/bsd.sdl.mk
parentUse SDL_CONFIG (diff)
Remove support for the sdl_ldbad port.
No port should depend on this port. Discussed with: edwin
Notes
Notes: svn path=/head/; revision=121122
Diffstat (limited to 'Mk/bsd.sdl.mk')
-rw-r--r--Mk/bsd.sdl.mk6
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