diff options
author | krion <krion@FreeBSD.org> | 2003-10-29 05:44:29 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-29 05:44:29 +0800 |
commit | d2718333a9533bbc6bc8b95cc8dac14d3a2315b6 (patch) | |
tree | e45d56418f00d473ec78ef272fc19903a46a2397 /games | |
parent | 5f40b8d8b61748f7765b580860618c82959767a3 (diff) | |
download | freebsd-ports-gnome-d2718333a9533bbc6bc8b95cc8dac14d3a2315b6.tar.gz freebsd-ports-gnome-d2718333a9533bbc6bc8b95cc8dac14d3a2315b6.tar.zst freebsd-ports-gnome-d2718333a9533bbc6bc8b95cc8dac14d3a2315b6.zip |
- Chase libraries for new sdl_gfx version
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 |