aboutsummaryrefslogtreecommitdiff
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
parent91a486bcf437966be7e2bbd4ab024d5bdc486052 (diff)
downloadports-a84b8318cfc15376d9e58bb6bed0f6e6809665f4.tar.gz
ports-a84b8318cfc15376d9e58bb6bed0f6e6809665f4.zip
Notes
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