From 99c10271ec64602047912dfad02dfbc3dbad2a3a Mon Sep 17 00:00:00 2001 From: fjoe Date: Sun, 20 Feb 2005 20:37:12 +0000 Subject: USE_MESA -> USE_GL. --- games/abuse_sdl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/abuse_sdl/Makefile b/games/abuse_sdl/Makefile index a7858d23d56f..118236a99210 100644 --- a/games/abuse_sdl/Makefile +++ b/games/abuse_sdl/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An SDL port of the Abuse game engine USE_BZIP2= yes -USE_MESA= yes +USE_GL= yes USE_SDL= sdl USE_REINPLACE= yes USE_GMAKE= yes -- cgit