diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-11-13 18:15:08 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-11-13 18:15:08 +0000 |
commit | 922be491a2ede1dbe75065b2d538b4673f9d87aa (patch) | |
tree | 61fb74f82569c0610c6eb1cc85a0633422eb99d0 /Mk/bsd.sdl.mk | |
parent | f4edb1b63479d3b4671cb896957b0a45d9278be5 (diff) | |
download | ports-922be491a2ede1dbe75065b2d538b4673f9d87aa.tar.gz ports-922be491a2ede1dbe75065b2d538b4673f9d87aa.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 7a714f63914b..4b64fa9bf841 100644 --- a/Mk/bsd.sdl.mk +++ b/Mk/bsd.sdl.mk @@ -41,7 +41,7 @@ _USE_SDL_ALL= console gfx image mixer mm net pango sdl sound ttf # # These are the current supported SDL2 modules # -_USE_SDL_ALL+= image2 mixer2 net2 sdl2 ttf2 +_USE_SDL_ALL+= gfx2 image2 mixer2 net2 sdl2 ttf2 # # Variables used to determine what is needed: @@ -101,6 +101,11 @@ _PORTDIR_ttf= sdl_ttf _LIB_ttf= SDL_ttf-2.0 _REQUIRES_ttf= sdl +_SUBDIR_gfx2= graphics +_PORTDIR_gfx2= sdl2_gfx +_LIB_gfx2= SDL2_gfx +_REQUIRES_gfx2= sdl2 + _SUBDIR_image2= graphics _PORTDIR_image2= sdl2_image _LIB_image2= SDL2_image |