diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-30 17:16:45 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-30 17:16:45 +0000 |
commit | a84b8318cfc15376d9e58bb6bed0f6e6809665f4 (patch) | |
tree | a8d65daf0892fffcc213ecc17f15761636a30938 /games/heretic | |
parent | 91a486bcf437966be7e2bbd4ab024d5bdc486052 (diff) | |
download | ports-a84b8318cfc15376d9e58bb6bed0f6e6809665f4.tar.gz ports-a84b8318cfc15376d9e58bb6bed0f6e6809665f4.zip |
Notes
Diffstat (limited to 'games/heretic')
-rw-r--r-- | games/heretic/Makefile | 4 |
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 |