- Convert USE_SDL=yes to USE_SDL=sdl

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-02-05 16:19:13 +00:00
parent f1b124467d
commit 16e3566b99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492256

View file

@ -38,7 +38,7 @@ BINARY= xaheretic
.endif
.if ${PORT_OPTIONS:MSDL}
USE_SDL= yes
USE_SDL= sdl
ALL_TARGET= sdl
BINARY= sdlheretic
CFLAGS+= `${SDL_CONFIG} --cflags`