diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-04-28 23:20:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-04-28 23:20:54 +0000 |
commit | 5dcff294ecbbc349826624b314a945125ec3430f (patch) | |
tree | 3340f6dff61e28581ed6f1e0a7dc5b4d35146608 /Mk/bsd.sdl.mk | |
parent | d5234859f8c2c3f7233c930809198ce6fce27af7 (diff) | |
download | ports-5dcff294ecbbc349826624b314a945125ec3430f.tar.gz ports-5dcff294ecbbc349826624b314a945125ec3430f.zip |
Notes
Diffstat (limited to 'Mk/bsd.sdl.mk')
-rw-r--r-- | Mk/bsd.sdl.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Mk/bsd.sdl.mk b/Mk/bsd.sdl.mk index 85820db2c943..8ae8ce8b7c90 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 mm net pango sdl sound ttf +_USE_SDL_ALL= console gfx gui image mixer mm net pango sdl sound ttf # # Variables used to determine what is needed: @@ -48,6 +48,11 @@ _USE_SDL_ALL= gfx gui image mixer mm net pango sdl sound ttf # _REQUIRES_xxx also needs these SDL libraries # +_VERSION_console= 0 +_SUBDIR_console= devel +_LIB_console= SDL_console-2.1 +_REQUIRES_console= sdl + _VERSION_gfx= 0 _SUBDIR_gfx= graphics _REQUIRES_gfx= sdl |