From bb0f821fa5cfc83dfb06e755b13793b8cebb1cc8 Mon Sep 17 00:00:00 2001 From: oliver Date: Wed, 30 Jul 2003 17:16:45 +0000 Subject: utilize USE_SDL --- games/heretic/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'games/heretic/Makefile') diff --git a/games/heretic/Makefile b/games/heretic/Makefile index f200d02786b4..9161d4a0e87f 100644 --- a/games/heretic/Makefile +++ b/games/heretic/Makefile @@ -33,11 +33,9 @@ BINARY= xaheretic .endif .if defined(WITH_SDL) +USE_SDL= yes ALL_TARGET= sdl BINARY= sdlheretic -SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config -LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 -MAKE_ENV+= SDL_CONFIG="${SDL_CONFIG}" CFLAGS+= `${SDL_CONFIG} --cflags` .endif -- cgit