diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-07-21 01:38:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-07-21 01:38:45 +0000 |
commit | 2d1417c7c03d8a024b085a2a2d321e11e1039b0e (patch) | |
tree | 7971792f391066b4dd024e5d1679305659c8eb3f /games/xpired/Makefile | |
parent | 48accf6197593dbcc545667090bd41198b2991f8 (diff) | |
download | ports-2d1417c7c03d8a024b085a2a2d321e11e1039b0e.tar.gz ports-2d1417c7c03d8a024b085a2a2d321e11e1039b0e.zip |
Notes
Diffstat (limited to 'games/xpired/Makefile')
-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 |