From a0f45cbb7f63654ee496cf380c0b091eff5b7467 Mon Sep 17 00:00:00 2001 From: krion Date: Mon, 15 Dec 2003 21:22:20 +0000 Subject: - Chase libraries for new SDL_gfx version. --- games/enigma/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/enigma/Makefile') diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 3859d0a0c213..79744c3f52ad 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -7,7 +7,7 @@ PORTNAME= enigma PORTVERSION= 0.81 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,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.9:${PORTSDIR}/graphics/sdl_gfx + SDL_gfx.10:${PORTSDIR}/graphics/sdl_gfx GNU_CONFIGURE= yes USE_XLIB= yes -- cgit