diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-10-31 21:37:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-10-31 21:37:05 +0000 |
commit | e66ac223f4c300ae209521dac435d2673438a121 (patch) | |
tree | c057d029ea4e53e990d11bcecacedbeb2650c799 /Mk | |
parent | 214ffa130b0e3e0b84e208d2a226b9713b2eadcf (diff) | |
download | ports-e66ac223f4c300ae209521dac435d2673438a121.tar.gz ports-e66ac223f4c300ae209521dac435d2673438a121.zip |
Notes
Diffstat (limited to '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 52e0adcbe313..e3ae37bc4034 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 sdl sound ttf +_USE_SDL_ALL= gfx gui image mixer mm net pango sdl sound ttf # # Variables used to determine what is needed: @@ -74,6 +74,11 @@ _VERSION_net= 0 _SUBDIR_net= net _REQUIRES_net= sdl +_VERSION_pango= 2 +_SUBDIR_pango= x11-toolkits +_LIB_pango= SDL_Pango +_REQUIRES_pango=sdl + _VERSION_sdl= 11 _SUBDIR_sdl= devel _LIB_sdl= SDL |