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 /games/xpired | |
parent | 93c5b85d47f7352924ae51999d464a4660f8ac82 (diff) |
Notes
Diffstat (limited to 'games/xpired')
-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 |