diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-16 00:25:32 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-16 00:25:32 +0000 |
| commit | a02171da68520667cc57c6177fe450b59efac728 (patch) | |
| tree | 89251d04029eb36f3f31947f2a60f9f0caa46037 | |
| parent | A free & open modern, fast email client with user-friendly encryption and (diff) | |
Chase changed variable name
| -rw-r--r-- | devel/sdl2pp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sdl2pp/Makefile b/devel/sdl2pp/Makefile index 2127f3e260b1..e0f1d0d12f57 100644 --- a/devel/sdl2pp/Makefile +++ b/devel/sdl2pp/Makefile @@ -16,7 +16,7 @@ GH_ACCOUNT= AMDmi3 GH_PROJECT= libSDL2pp USES= compiler:c++11-lib cmake -CMAKE_ARGS= -DRUN_GUI_TESTS=OFF \ +CMAKE_ARGS= -DSDL2PP_ENABLE_LIVE_TESTS=OFF \ -DSDL2PP_WITH_WERROR=ON USE_SDL= sdl2 image2 mixer2 ttf2 |
