ports/xpired/Makefile has : LIB_DEPENDS= SDL_gfx.0:${PORTSDIR}/graphics/sdl_gfx \ But the current graphics/sdl_gfx installs as sdl_gfx.so.7 Fix: Change to: LIB_DEPENDS= SDL_gfx.7:${PORTSDIR}/graphics/sdl_gfx \
Responsible Changed From-To: freebsd-ports-bugs->edwin Over to maintainer
State Changed From-To: open->closed Fixed by daichi@, thanks for your report!
Hi. Seems another change in SDL_gfx has recreated the problem. Now dependency on sdl_gfx.so.7 should be sdl_gfx.so.8 Cheers, Jamie
On Mon, Jul 21, 2003 at 02:27:48AM +0100, Jamie Jones wrote: > Hi. Seems another change in SDL_gfx has recreated the problem. > > Now dependency on sdl_gfx.so.7 should be sdl_gfx.so.8 Fixed, thanks! Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php