diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-02-21 04:37:12 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-02-21 04:37:12 +0800 |
commit | 99c10271ec64602047912dfad02dfbc3dbad2a3a (patch) | |
tree | 3c17f75199107636c43f9de577b1a55d5748bf91 /games/abuse_sdl | |
parent | 749976fd9e3635397c5765b2a6b89d31ccf887ee (diff) | |
download | freebsd-ports-gnome-99c10271ec64602047912dfad02dfbc3dbad2a3a.tar.gz freebsd-ports-gnome-99c10271ec64602047912dfad02dfbc3dbad2a3a.tar.zst freebsd-ports-gnome-99c10271ec64602047912dfad02dfbc3dbad2a3a.zip |
USE_MESA -> USE_GL.
Diffstat (limited to 'games/abuse_sdl')
-rw-r--r-- | games/abuse_sdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |