aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-SDL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile
index 7718369a9abc..db9c7039b6e7 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.0:${PORTSDIR}/graphics/sdl_gfx
+LIB_DEPENDS+= SDL_gfx.7:${PORTSDIR}/graphics/sdl_gfx
.endif
.if !defined(WITHOUT_SDL_IMAGE)