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 | |
parent | 374aea459d2eacb277be1d78d2510f46894ec338 (diff) | |
download | ports-955497312bd1d3f5fb0fcb449b4ad1be3457f6c0.tar.gz ports-955497312bd1d3f5fb0fcb449b4ad1be3457f6c0.zip |
- Chase libraries for new sdl_gfx version
Notes
Notes:
svn path=/head/; revision=92486
Diffstat (limited to 'games')
-rw-r--r-- | games/enigma/Makefile | 2 | ||||
-rw-r--r-- | games/xpired/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 66416d635e60..4efef5e09918 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= sdl11-config:${PORTSDIR}/devel/sdl12 \ lua:${PORTSDIR}/lang/lua LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - SDL_gfx.8:${PORTSDIR}/graphics/sdl_gfx + SDL_gfx.9:${PORTSDIR}/graphics/sdl_gfx GNU_CONFIGURE= yes USE_XLIB= yes 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 |