- Fix typo in Makefile
PR: ports/14461 Submitted by: Andrius Morkunas <hinokind@gmail.com> Approved by: maintainer Feature safe: yes
This commit is contained in:
parent
89e673ce57
commit
3344069a88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250135
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ USE_GMAKE= yes
|
|||
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
USE_SDL= sdl
|
||||
MAKEFILE= makefile.sdl
|
||||
ONLY_FOR_ARCH= i386 amd64
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
OPTIONS= DEBUG "Build sdlmess debugger" off
|
||||
|
|
|
@ -23,7 +23,7 @@ USE_GMAKE= yes
|
|||
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
USE_SDL= sdl
|
||||
MAKEFILE= makefile.sdl
|
||||
ONLY_FOR_ARCH= i386 amd64
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
OPTIONS= DEBUG "Build sdlmess debugger" off
|
||||
|
|
Loading…
Reference in a new issue