aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-SDL
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-15 21:22:20 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-15 21:22:20 +0000
commit50be6562a5fa9dd651de2e165392b88e5198d4f2 (patch)
treeb624b2d6ccba400998bd61269e395d3064822a37 /devel/p5-SDL
parentde4fbd451d80f12553933dcda7ccc9603f97fea2 (diff)
downloadports-50be6562a5fa9dd651de2e165392b88e5198d4f2.tar.gz
ports-50be6562a5fa9dd651de2e165392b88e5198d4f2.zip
- Chase libraries for new SDL_gfx version.
Notes
Notes: svn path=/head/; revision=95913
Diffstat (limited to 'devel/p5-SDL')
-rw-r--r--devel/p5-SDL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile
index 5bc8a16c3363..59048df6b849 100644
--- a/devel/p5-SDL/Makefile
+++ b/devel/p5-SDL/Makefile
@@ -5,7 +5,7 @@
PORTNAME= sdl
PORTVERSION= 1.18.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.sdlperl.org/downloads/ \
ftp://sdlperl.org/SDL_perl/old/
@@ -30,7 +30,7 @@ LIB_DEPENDS+= SDL_net.0:${PORTSDIR}/net/sdl_net
.endif
.if !defined(WITHOUT_SDL_GFX)
-LIB_DEPENDS+= SDL_gfx.9:${PORTSDIR}/graphics/sdl_gfx
+LIB_DEPENDS+= SDL_gfx.10:${PORTSDIR}/graphics/sdl_gfx
.endif
.if !defined(WITHOUT_SDL_IMAGE)