aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-SDL/Makefile3
-rw-r--r--games/enigma/Makefile2
-rw-r--r--games/xpired/Makefile2
3 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile
index fe5523ad5c51..5bc8a16c3363 100644
--- a/devel/p5-SDL/Makefile
+++ b/devel/p5-SDL/Makefile
@@ -5,6 +5,7 @@
PORTNAME= sdl
PORTVERSION= 1.18.7
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.sdlperl.org/downloads/ \
ftp://sdlperl.org/SDL_perl/old/
@@ -29,7 +30,7 @@ LIB_DEPENDS+= SDL_net.0:${PORTSDIR}/net/sdl_net
.endif
.if !defined(WITHOUT_SDL_GFX)
-LIB_DEPENDS+= SDL_gfx.8:${PORTSDIR}/graphics/sdl_gfx
+LIB_DEPENDS+= SDL_gfx.9:${PORTSDIR}/graphics/sdl_gfx
.endif
.if !defined(WITHOUT_SDL_IMAGE)
diff --git a/games/enigma/Makefile b/games/enigma/Makefile
index 66416d635e60..4efef5e09918 100644
--- a/games/enigma/Makefile
+++ b/games/enigma/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= sdl11-config:${PORTSDIR}/devel/sdl12 \
lua:${PORTSDIR}/lang/lua
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
SDL_image.10:${PORTSDIR}/graphics/sdl_image \
- SDL_gfx.8:${PORTSDIR}/graphics/sdl_gfx
+ SDL_gfx.9:${PORTSDIR}/graphics/sdl_gfx
GNU_CONFIGURE= yes
USE_XLIB= yes
diff --git a/games/xpired/Makefile b/games/xpired/Makefile
index 87c279f96a08..1e6d6e140da8 100644
--- a/games/xpired/Makefile
+++ b/games/xpired/Makefile
@@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-linux_source
MAINTAINER= edwin@mavetju.org
COMMENT= An action-puzzle maze escape game (SDL)
-LIB_DEPENDS= SDL_gfx.8:${PORTSDIR}/graphics/sdl_gfx \
+LIB_DEPENDS= SDL_gfx.9:${PORTSDIR}/graphics/sdl_gfx \
SDL_image.10:${PORTSDIR}/graphics/sdl_image \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
SDL-1.1.5:${PORTSDIR}/devel/sdl12