diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-01 13:12:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-04-01 13:12:47 +0000 |
commit | 946061fb8e8fe89db6e947fd16593822fde399d2 (patch) | |
tree | 2885c57ca183aa10d317570224fbd756e1e3189a | |
parent | - Switch to options helpers (diff) |
- Fix typos
PR: 207112
Submitted by: mikael.urankar@gmail.com
Approved by: maintainer timeout (mva, 1.5 months)
Notes
Notes:
svn path=/head/; revision=412340
-rw-r--r-- | devel/sdl20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile index c1aa6e49138c..159f694f0378 100644 --- a/devel/sdl20/Makefile +++ b/devel/sdl20/Makefile @@ -79,7 +79,7 @@ SDL_POWER_DESC= Enable the SDL Power subsystem SDL_RENDER_DESC= Enable the SDL Render subsystem SDL_THREADS_DESC= Enable the SDL Threads subsystem SDL_TIMERS_DESC= Enable the SDL Timers subsystem -SDL_VIDEO_DESC= Eanble the SDL Video subsystem +SDL_VIDEO_DESC= Enable the SDL Video subsystem VIDEO_OPENGL_DESC= OpenGL rendering support VIDEO_X11_DESC= X11 rendering support @@ -98,7 +98,7 @@ SDL_POWER_CONFIGURE_ENABLE= power SDL_RENDER_CONFIGURE_ENABLE= render SDL_THREADS_CONFIGURE_ENABLE= threads SDL_TIMERS_CONFIGURE_ENABLE= timers -SDL_VIDEO_CONFIGURE_EANBLE= video +SDL_VIDEO_CONFIGURE_ENABLE= video .include <bsd.port.options.mk> |