diff options
author | mva <mva@FreeBSD.org> | 2011-07-04 03:27:29 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2011-07-04 03:27:29 +0800 |
commit | be23990308b068d12ffb50ceb7a4de2f9232d1eb (patch) | |
tree | 34fbfce88c602a16435852c5cf10f21410ee0d24 /graphics/sdl_gfx | |
parent | 9c21cd653bdfe593e2c73edd54b9a3d60021d089 (diff) | |
download | freebsd-ports-gnome-be23990308b068d12ffb50ceb7a4de2f9232d1eb.tar.gz freebsd-ports-gnome-be23990308b068d12ffb50ceb7a4de2f9232d1eb.tar.zst freebsd-ports-gnome-be23990308b068d12ffb50ceb7a4de2f9232d1eb.zip |
- Fixed shared lib version in plist.
Reported by: pointyhat
Diffstat (limited to 'graphics/sdl_gfx')
-rw-r--r-- | graphics/sdl_gfx/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sdl_gfx/pkg-plist b/graphics/sdl_gfx/pkg-plist index abfe0b2c4fa0..09d95d3c3d2f 100644 --- a/graphics/sdl_gfx/pkg-plist +++ b/graphics/sdl_gfx/pkg-plist @@ -7,6 +7,6 @@ include/SDL/SDL_rotozoom.h lib/libSDL_gfx.a lib/libSDL_gfx.la lib/libSDL_gfx.so -lib/libSDL_gfx.so.18 +lib/libSDL_gfx.so.22 libdata/pkgconfig/SDL_gfx.pc @dirrmtry include/SDL |