diff options
-rw-r--r-- | devel/p5-SDL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index db9c7039b6e7..fe5523ad5c51 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -29,7 +29,7 @@ LIB_DEPENDS+= SDL_net.0:${PORTSDIR}/net/sdl_net .endif .if !defined(WITHOUT_SDL_GFX) -LIB_DEPENDS+= SDL_gfx.7:${PORTSDIR}/graphics/sdl_gfx +LIB_DEPENDS+= SDL_gfx.8:${PORTSDIR}/graphics/sdl_gfx .endif .if !defined(WITHOUT_SDL_IMAGE) |