From 1feee0977f031b18eadd7535c401f5c903a0a167 Mon Sep 17 00:00:00 2001 From: daichi Date: Thu, 10 Jul 2003 04:59:02 +0000 Subject: update games/xpired: - change sdl_gfx dependency from .0 to .7 because update of sdl_gfx port. Pointed out by: bento via kris --- games/xpired/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/xpired/Makefile b/games/xpired/Makefile index 73f33114adc0..34a3c89df290 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.0:${PORTSDIR}/graphics/sdl_gfx \ +LIB_DEPENDS= SDL_gfx.7:${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 -- cgit