diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-04-01 21:12:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-04-01 21:12:47 +0800 |
commit | f2e57a743f4d8e9d5e8d60ce5ce1bdc2bb388e51 (patch) | |
tree | 2885c57ca183aa10d317570224fbd756e1e3189a /devel | |
parent | dcc423252ce9dde19949b62e2bc39c7349068bff (diff) | |
download | freebsd-ports-gnome-f2e57a743f4d8e9d5e8d60ce5ce1bdc2bb388e51.tar.gz freebsd-ports-gnome-f2e57a743f4d8e9d5e8d60ce5ce1bdc2bb388e51.tar.zst freebsd-ports-gnome-f2e57a743f4d8e9d5e8d60ce5ce1bdc2bb388e51.zip |
- Fix typos
PR: 207112
Submitted by: mikael.urankar@gmail.com
Approved by: maintainer timeout (mva, 1.5 months)
Diffstat (limited to 'devel')
-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> |