mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Fix a typo which prevents the arch test actually work.
Submitted by: Andrius Morkunas <hinokind gmail com> PR: ports/144158 Approved by: maintainer Feature safe: yes
This commit is contained in:
parent
5204bf333e
commit
303bfce9a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250214
@ -24,7 +24,7 @@ USE_GMAKE= yes
|
||||
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
USE_SDL= sdl
|
||||
MAKEFILE= makefile
|
||||
ONLY_FOR_ARCH= i386 amd64
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
OPTIONS= DEBUG "Build sdlmame debugger" off
|
||||
|
@ -24,7 +24,7 @@ USE_GMAKE= yes
|
||||
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
USE_SDL= sdl
|
||||
MAKEFILE= makefile
|
||||
ONLY_FOR_ARCH= i386 amd64
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
OPTIONS= DEBUG "Build sdlmame debugger" off
|
||||
|
Loading…
Reference in New Issue
Block a user