summaryrefslogtreecommitdiff
path: root/games/heretic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/heretic/Makefile')
-rw-r--r--games/heretic/Makefile4
1 files changed, 1 insertions, 3 deletions
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