- Convert USE_SDL=yes to USE_SDL=sdl

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-02-05 17:38:06 +00:00
parent 2d1b1d7e4b
commit aad6ee88c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492258

View file

@ -39,7 +39,7 @@ DESKTOP_ENTRIES= "Foobillard" \
false
.if ${PORT_OPTIONS:MSDL}
USE_SDL= yes
USE_SDL= sdl
CONFIGURE_ARGS+= --enable-SDL
.else
USE_GL= glut