diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 13:52:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 13:52:27 +0000 |
commit | c6222625937e21ce60862ddd79b80fc501392026 (patch) | |
tree | ffdab890919a5c860812c84d0a22beac72e1444c /Mk | |
parent | 4b56ab52e9733ce3a64c4f39c37ed9ef7f5c8dd4 (diff) | |
download | ports-c6222625937e21ce60862ddd79b80fc501392026.tar.gz ports-c6222625937e21ce60862ddd79b80fc501392026.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sdl.mk | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Mk/bsd.sdl.mk b/Mk/bsd.sdl.mk index e3ae37bc4034..85820db2c943 100644 --- a/Mk/bsd.sdl.mk +++ b/Mk/bsd.sdl.mk @@ -48,7 +48,7 @@ _USE_SDL_ALL= gfx gui image mixer mm net pango sdl sound ttf # _REQUIRES_xxx also needs these SDL libraries # -_VERSION_gfx= 13 +_VERSION_gfx= 0 _SUBDIR_gfx= graphics _REQUIRES_gfx= sdl @@ -58,30 +58,33 @@ _REQUIRES_gui= sdl image ttf _VERSION_image= 1 _SUBDIR_image= graphics +_LIB_image= SDL_image-1.2 _REQUIRES_image=sdl _VERSION_mixer= 2 _SUBDIR_mixer= audio +_LIB_mixer= SDL_mixer-1.2 _REQUIRES_mixer=sdl _VERSION_mm= 8 -_SUBDIR_mm= devel -_LIB_mm= SDLmm +_SUBDIR_mm= devel +_LIB_mm= SDLmm _PORTDIR_mm= sdlmm _REQUIRES_mm= sdl _VERSION_net= 0 _SUBDIR_net= net +_LIB_net= SDL_net-1.2 _REQUIRES_net= sdl _VERSION_pango= 2 _SUBDIR_pango= x11-toolkits -_LIB_pango= SDL_Pango +_LIB_pango= SDL_Pango _REQUIRES_pango=sdl _VERSION_sdl= 11 _SUBDIR_sdl= devel -_LIB_sdl= SDL +_LIB_sdl= SDL-1.2 _PORTDIR_sdl= sdl12 _VERSION_sound= 1 @@ -90,6 +93,7 @@ _REQUIRES_sound=sdl _VERSION_ttf= 6 _SUBDIR_ttf= graphics +_LIB_ttf= SDL_ttf-2.0 _REQUIRES_ttf= sdl # |