View | Details | Raw Unified | Return to bug 207112
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 79-85 Link Here
79
SDL_RENDER_DESC=	Enable the SDL Render subsystem
79
SDL_RENDER_DESC=	Enable the SDL Render subsystem
80
SDL_THREADS_DESC=	Enable the SDL Threads subsystem
80
SDL_THREADS_DESC=	Enable the SDL Threads subsystem
81
SDL_TIMERS_DESC=	Enable the SDL Timers subsystem
81
SDL_TIMERS_DESC=	Enable the SDL Timers subsystem
82
SDL_VIDEO_DESC=		Eanble the SDL Video subsystem
82
SDL_VIDEO_DESC=		Enable the SDL Video subsystem
83
VIDEO_OPENGL_DESC=	OpenGL rendering support
83
VIDEO_OPENGL_DESC=	OpenGL rendering support
84
VIDEO_X11_DESC=		X11 rendering support
84
VIDEO_X11_DESC=		X11 rendering support
85
85
Lines 98-104 Link Here
98
SDL_RENDER_CONFIGURE_ENABLE=	render
98
SDL_RENDER_CONFIGURE_ENABLE=	render
99
SDL_THREADS_CONFIGURE_ENABLE=	threads
99
SDL_THREADS_CONFIGURE_ENABLE=	threads
100
SDL_TIMERS_CONFIGURE_ENABLE=	timers
100
SDL_TIMERS_CONFIGURE_ENABLE=	timers
101
SDL_VIDEO_CONFIGURE_EANBLE=	video
101
SDL_VIDEO_CONFIGURE_ENABLE=	video
102
102
103
.include <bsd.port.options.mk>
103
.include <bsd.port.options.mk>
104
104

Return to bug 207112