diff options
author | edwin <edwin@FreeBSD.org> | 2003-07-21 09:38:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-07-21 09:38:45 +0800 |
commit | 03637bfd6d2cfd69cb4d003d88970d9ed9a4fbfb (patch) | |
tree | 1cbf0abea6b39c16b5e215a53d41c8851a5ae5bb /games | |
parent | 69045b6a53524918c5ef70ce31a8e5bc787139a0 (diff) | |
download | freebsd-ports-gnome-03637bfd6d2cfd69cb4d003d88970d9ed9a4fbfb.tar.gz freebsd-ports-gnome-03637bfd6d2cfd69cb4d003d88970d9ed9a4fbfb.tar.zst freebsd-ports-gnome-03637bfd6d2cfd69cb4d003d88970d9ed9a4fbfb.zip |
Follow SDL_gfx updates
PR: ports/54147
Submitted by: Jamie Jones <jamie@bishopston.net>
Diffstat (limited to 'games')
-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 34a3c89df290..87c279f96a08 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.7:${PORTSDIR}/graphics/sdl_gfx \ +LIB_DEPENDS= SDL_gfx.8:${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 |