Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2016 13:12:47 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412340 - head/devel/sdl20
Message-ID:  <201604011312.u31DCllX040657@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Apr  1 13:12:47 2016
New Revision: 412340
URL: https://svnweb.freebsd.org/changeset/ports/412340

Log:
  - Fix typos
  
  PR:		207112
  Submitted by:	mikael.urankar@gmail.com
  Approved by:	maintainer timeout (mva, 1.5 months)

Modified:
  head/devel/sdl20/Makefile

Modified: head/devel/sdl20/Makefile
==============================================================================
--- head/devel/sdl20/Makefile	Fri Apr  1 13:04:15 2016	(r412339)
+++ head/devel/sdl20/Makefile	Fri Apr  1 13:12:47 2016	(r412340)
@@ -79,7 +79,7 @@ SDL_POWER_DESC=		Enable the SDL Power su
 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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604011312.u31DCllX040657>