- Convert USE_SDL=yes to USE_SDL=sdl
Approved by: portmgr blanket
This commit is contained in:
parent
f1b124467d
commit
16e3566b99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492256
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue