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/xpired | |
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/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 |