diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-10 12:59:02 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-10 12:59:02 +0800 |
commit | 1feee0977f031b18eadd7535c401f5c903a0a167 (patch) | |
tree | ce08e6d9346583e8a551dfc32e75d87a8eec2b71 | |
parent | c533f1a5a88bebdba7fed3baa4bf46b296399159 (diff) | |
download | freebsd-ports-gnome-1feee0977f031b18eadd7535c401f5c903a0a167.tar.gz freebsd-ports-gnome-1feee0977f031b18eadd7535c401f5c903a0a167.tar.zst freebsd-ports-gnome-1feee0977f031b18eadd7535c401f5c903a0a167.zip |
update games/xpired:
- change sdl_gfx dependency from .0 to .7 because update
of sdl_gfx port.
Pointed out by: bento via kris
-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 |