summaryrefslogtreecommitdiff
path: root/games/heretic
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-07-30 17:16:45 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-07-30 17:16:45 +0000
commita84b8318cfc15376d9e58bb6bed0f6e6809665f4 (patch)
treea8d65daf0892fffcc213ecc17f15761636a30938 /games/heretic
parent3-way merge for /etc (mergemaster replacement) (diff)
utilize USE_SDL
Notes
Notes: svn path=/head/; revision=85921
Diffstat (limited to 'games/heretic')
-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