From 4e09a1cf1d319c193e279262406003fdc1fa1590 Mon Sep 17 00:00:00 2001 From: mva Date: Sat, 18 Feb 2012 14:37:05 +0000 Subject: - Fixed OpenGL usage knob. Reported by: eadler --- games/tmw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/tmw/Makefile b/games/tmw/Makefile index fa13df921910..145ebc7e5a04 100644 --- a/games/tmw/Makefile +++ b/games/tmw/Makefile @@ -68,7 +68,7 @@ PLIST_SUB+= MUSICADDON="@comment " CMAKE_ARGS+= -DWITH_OPENGL:BOOL=OFF .else CMAKE_ARGS+= -DWITH_OPENGL:BOOL=ON -USE_OPENGL= yes +USE_GL= yes .endif post-extract: -- cgit