diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-10-28 14:07:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-10-28 14:07:25 +0000 |
commit | 1e6f10388a2108142f89eaaf9aec27fa2b61fa8e (patch) | |
tree | 9e691ed433b98862fa8c7c8a7eeb7c2c4ecebf16 /games/supertuxkart | |
parent | 77a1846a7fabc80fa0c7e9b559b6e3814f2bc5fe (diff) |
Notes
Diffstat (limited to 'games/supertuxkart')
-rw-r--r-- | games/supertuxkart/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile index 974bc6ff5523..4d35208c244f 100644 --- a/games/supertuxkart/Makefile +++ b/games/supertuxkart/Makefile @@ -28,7 +28,7 @@ BROKEN_sparc64= invokes x86 assembler BROKEN_i386= does not build (error: this directive must appear between .cfi_startproc and .cfi_endproc directives) USES= alias cmake compiler:c++11-lib gettext gl \ - jpeg openal:al pkgconfig sdl tar:xz + jpeg openal:al pkgconfig sdl tar:xz xorg USE_GL= gl glu glew USE_SDL= sdl USE_XORG= x11 xrandr |