diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-10 04:59:02 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-10 04:59:02 +0000 |
commit | 835547a31112f53d357e2c45eed992935ee894d2 (patch) | |
tree | 4a640089a51e6c6b766144f2535e66ab22fd3252 | |
parent | Update to 1.22. (diff) |
update games/xpired:
- change sdl_gfx dependency from .0 to .7 because update
of sdl_gfx port.
Pointed out by: bento via kris
Notes
Notes:
svn path=/head/; revision=84564
-rw-r--r-- | games/xpired/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |