diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-28 21:44:29 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-28 21:44:29 +0000 |
commit | 955497312bd1d3f5fb0fcb449b4ad1be3457f6c0 (patch) | |
tree | 52df35a8551936bf09c7b832aab16b997fc8db52 /games/xpired | |
parent | 374aea459d2eacb277be1d78d2510f46894ec338 (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 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 |