diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-20 05:14:18 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-20 05:14:18 +0800 |
commit | 065b55a4941dfed8cd67101e6b60d0ee0056f13e (patch) | |
tree | 8d3b921ef1d7664d9f197ca0c7151f5d974033d6 /Mk | |
parent | c1f52005d9aabf98798149d4bd1e977aa006a9a9 (diff) | |
download | freebsd-ports-gnome-065b55a4941dfed8cd67101e6b60d0ee0056f13e.tar.gz freebsd-ports-gnome-065b55a4941dfed8cd67101e6b60d0ee0056f13e.tar.zst freebsd-ports-gnome-065b55a4941dfed8cd67101e6b60d0ee0056f13e.zip |
- Chase libraries for new graphics/sdl_gfx version.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sdl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sdl.mk b/Mk/bsd.sdl.mk index 19daa29f6ef1..76aa34db26ab 100644 --- a/Mk/bsd.sdl.mk +++ b/Mk/bsd.sdl.mk @@ -48,7 +48,7 @@ _USE_SDL_ALL= gfx gui image mixer ldbad mm net sdl sound ttf # _REQUIRES_xxx also needs these SDL libraries # -_VERSION_gfx= 10 +_VERSION_gfx= 11 _SUBDIR_gfx= graphics _REQUIRES_gfx= sdl |