aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-SDL
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-07-24 23:41:25 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-07-24 23:41:25 +0000
commit7a1874ce65d878da205a005cad7ac0664a4d880d (patch)
tree24c28715762a25fcf7779762eea230cee254eb31 /devel/p5-SDL
parent448795a1cdc3e80a996a553b03fdee8243c8155c (diff)
downloadports-7a1874ce65d878da205a005cad7ac0664a4d880d.tar.gz
ports-7a1874ce65d878da205a005cad7ac0664a4d880d.zip
Chase libSDL_gfx shlib.
Notes
Notes: svn path=/head/; revision=85556
Diffstat (limited to 'devel/p5-SDL')
-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 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)