diff options
author | edwin <edwin@FreeBSD.org> | 2006-11-01 05:37:05 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-11-01 05:37:05 +0800 |
commit | 6a13f046f40dfdf950c5ad977f2af572d85e8c5b (patch) | |
tree | 5e4bb36805732e876209cc74ed7b6f8564ed2ccb /Mk | |
parent | fc073243b6d9c40a0df8f017309b865a0e901b25 (diff) | |
download | freebsd-ports-gnome-6a13f046f40dfdf950c5ad977f2af572d85e8c5b.tar.gz freebsd-ports-gnome-6a13f046f40dfdf950c5ad977f2af572d85e8c5b.tar.zst freebsd-ports-gnome-6a13f046f40dfdf950c5ad977f2af572d85e8c5b.zip |
[patch] Mk/bsd.sdl.mk - support for sdl_pango
Add support for x11-toolkits/sdl_pango
PR: ports/104900
Submitted by: Edwin Groothuis <edwin@mavetju.org>
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 |